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

- Fixed missing build prereqs as reported by CPANTS. #2

Closed manwar closed 8 years ago

manwar commented 8 years ago

Hi Ed, please review the above changes.

http://cpants.cpanauthors.org/dist/Geo-Address-Formatter/errors

Many Thanks. Best Regards, Mohammad S Anwar

kaoru commented 8 years ago

@freyfogle based on the diff on this PR it seems like you're using File::Slurp in this library? You should consider switching away from it given some of the encoding issues mentioned here: http://blogs.perl.org/users/leon_timmermans/2015/08/fileslurp-is-broken-and-wrong.html

That blog post also has a list of recommended alternatives. Path::TIny is great.

freyfogle commented 8 years ago

thanks for making me aware. Have switched to File::Slurper. v1.48 is on way to CPAN now.