perl-Geo-Address-Formatter

Perl CPAN module to take structured address data and format it according to the various global/country rules.

It is meant to run against a set of configuration and test cases in https://github.com/lokku/address-formatting

DEVELOPMENT

dzil clean

# running the test-suite
TEST_AUTHOR=1 PERLLIB=./lib prove -r t/

dzil build

# git push, upload to CPAN
dzil release

COPYRIGHT AND LICENCE

Copyright 2014 Lokku Ltd cpan@lokku.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.