1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: liblocale-subcountry-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libmodule-build-perl
Build-Depends-Indep: perl,
libjson-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblocale-subcountry-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblocale-subcountry-perl.git
Homepage: https://metacpan.org/release/Locale-SubCountry
Package: liblocale-subcountry-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libjson-perl
Description: module for converting state/province names to/from code
Locale::SubCountry is a collection of Perl modules for converting the full
name for a countries' administrative region to the code commonly used for
postal addressing and vice versa. The codes are defined in ISO 3166-2:1998,
"Codes for the representation of names of countries and their subdivisions."
.
Subcountry regions are defined as states in the US and Australia, provinces
in Canada and counties in the UK. The names and codes for all subcountry
regions in a country can be returned either as a hash or array.
|