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

The address-formatting repository is added as a submodule. It is versioned, that means it won't automatically update when you run 'git pull'. To point it to a newer version of the configuration run 'git submodule update' http://git-scm.com/book/en/Git-Tools-Submodules

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.