aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Locale-SubCountry/pkg-descr
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-27 05:02:26 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-27 05:02:26 +0000
commit1f46700db31ba3496925404863425b821f7e8442 (patch)
treee40ebb035fcc17ec2c49e048a8416ee521dbd56b /misc/p5-Locale-SubCountry/pkg-descr
parentd52e203407b25358bf6a45fae276bd3c06339fb6 (diff)
downloadports-1f46700db31ba3496925404863425b821f7e8442.tar.gz
ports-1f46700db31ba3496925404863425b821f7e8442.zip
Notes
Diffstat (limited to 'misc/p5-Locale-SubCountry/pkg-descr')
-rw-r--r--misc/p5-Locale-SubCountry/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/p5-Locale-SubCountry/pkg-descr b/misc/p5-Locale-SubCountry/pkg-descr
new file mode 100644
index 000000000000..1f823165747a
--- /dev/null
+++ b/misc/p5-Locale-SubCountry/pkg-descr
@@ -0,0 +1,15 @@
+This module allows you to convert the full name for a countries
+administrative region to the code commonly used for postal addressing.
+The reverse lookup can also be done. Sub country codes are defined
+in "ISO 3166-2:1998, Codes for the representation of names of
+countries and their subdivisions".
+
+Sub countries are termed as states in the US and Australia, provinces
+in Canada and counties in the UK and Ireland.
+
+Additionally, names and codes for all sub countries in a country
+can be returned as either a hash or an array.
+
+WWW: http://search.cpan.org/search?dist=Locale-SubCountry
+
+Seamus Venasse <svenasse@polaris.ca>