diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-27 01:51:13 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-27 01:51:13 +0000 |
commit | c25d3f6d9fc114a167e38c2ba2cfbb850eaf0f9c (patch) | |
tree | 6df1041da095f90942b5c64eb70318fc55b0d7c2 /misc/p5-Locale-Codes/pkg-descr | |
parent | aa2abc7ef3acd47ffb3c32c8f40df6851da57fb1 (diff) | |
download | FreeBSD-ports-c25d3f6d9fc114a167e38c2ba2cfbb850eaf0f9c.zip FreeBSD-ports-c25d3f6d9fc114a167e38c2ba2cfbb850eaf0f9c.tar.gz |
Import of a perl5 module for ISO3166/639 country code conversion
Diffstat (limited to 'misc/p5-Locale-Codes/pkg-descr')
-rw-r--r-- | misc/p5-Locale-Codes/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/p5-Locale-Codes/pkg-descr b/misc/p5-Locale-Codes/pkg-descr new file mode 100644 index 0000000..e6170bd --- /dev/null +++ b/misc/p5-Locale-Codes/pkg-descr @@ -0,0 +1,13 @@ + The Locale::Country module provides access to the ISO two- + letter codes for identifying countries, as defined in ISO + 3166. You can either access the codes via the the section + on conversion routines (described below), or with the two + functions which return lists of all country codes or all + country names. + + The Locale::Language module provides access to the ISO + two-letter codes for identifying languages, as defined in + ISO 639. You can either access the codes via the the + section on conversion routines (described below), or with + the two functions which return lists of all language codes + or all language names. |