OpenCageData / perl-Geo-Address-Formatter

Perl module to take structured address data and format it.
https://metacpan.org/pod/Geo::Address::Formatter
8 stars 4 forks source link

fix hash randomization bug with Perl 5.18 and above #1

Closed kaoru closed 9 years ago

kaoru commented 9 years ago

Changed 'keys' to 'sort keys' where it matters.


This Pull Request "fixes the problem", by which I mean that it makes it so that the test always fails :-P To make it so it always passes requires a change in the address-formatting submodule which I wasn't sure how to fix.

kaoru commented 9 years ago

Related: https://rt.cpan.org/Ticket/Display.html?id=107533&results=b48f1814b1a874412da8d78d152ae926

freyfogle commented 9 years ago

Thanks Alex, will heap praise upon you in the CHANGES file