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 init'
'git submodule update'
this will give you the templates as versions with this repository
To get the newest templates available on github use
'git submodule foreach git pull origin master'
See also: http://git-scm.com/book/en/Git-Tools-Submodules
To submit new countries/territories please see the details in the
address-formatting repository, this module just processes the templates
DEVELOPMENT
# first install Dist::Zilla
dzil clean
# running the test-suite
dzil test --author
dzil build
# git push, upload to CPAN
dzil release
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.
YOU MAY ALSO ENJOY
This module is in use on the OpenCage
Geocoder, converting lat,longs
into nicely formatted strings, please give us a try if you have any geocoding
needs.
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)