The address-formatting repository is added as a git 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 fetch the latest templates available use
git submodule foreach git pull origin master
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
# don't forget to increase the version number in dist.ini and CHANGES file
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)