diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 21:18:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 21:18:45 +0000 |
commit | 9922f24b582c59dcbe9803c876edf57a69f2c9c4 (patch) | |
tree | a7c796b7ee87c1090c104fbe1d1f7287e67143db /lib/Locale | |
parent | ec0d5e21e29922edecc529a46e9e25cc3602a03d (diff) | |
download | perl-9922f24b582c59dcbe9803c876edf57a69f2c9c4.tar.gz |
Upgrade to Locale::Codes 2.03.
p4raw-id: //depot/perl@15476
Diffstat (limited to 'lib/Locale')
-rw-r--r-- | lib/Locale/Codes/ChangeLog | 7 | ||||
-rw-r--r-- | lib/Locale/Codes/README | 2 | ||||
-rw-r--r-- | lib/Locale/Country.pm | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/lib/Locale/Codes/ChangeLog b/lib/Locale/Codes/ChangeLog index e77140b4df..61c7e5beac 100644 --- a/lib/Locale/Codes/ChangeLog +++ b/lib/Locale/Codes/ChangeLog @@ -1,6 +1,13 @@ ChangeLog for Locale-Codes Distribution +2.03 2002-03-24 neilb + + * Fixed a typo in the alias for the Vatican, reported (with patch) + by Philip Newton. + * Added "Moldova" as an alias for "Moldova, Republic of" + * Updated Makefile.PL to include AUTHOR and ABSTRACT + 2.02 2002-03-09 neilb * added semi-private routine rename_country() to Locale::Country, diff --git a/lib/Locale/Codes/README b/lib/Locale/Codes/README index 4bdd2183dd..012ee4a7a9 100644 --- a/lib/Locale/Codes/README +++ b/lib/Locale/Codes/README @@ -1,6 +1,6 @@ Locale-Codes Distribution - v2.02 + v2.03 This distribution contains four Perl modules which can be used to process ISO codes for identifying languages, countries, scripts, diff --git a/lib/Locale/Country.pm b/lib/Locale/Country.pm index 9172721aa8..7cbd61794e 100644 --- a/lib/Locale/Country.pm +++ b/lib/Locale/Country.pm @@ -1,7 +1,7 @@ # # Locale::Country - ISO codes for country identification (ISO 3166) # -# $Id: Country.pm,v 2.2 2002/03/06 10:45:38 neilb Exp $ +# $Id: Country.pm,v 2.3 2002/03/23 23:39:21 neilb Exp $ # package Locale::Country; @@ -17,7 +17,7 @@ use Locale::Constants; # Public Global Variables #----------------------------------------------------------------------- use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = sprintf("%d.%02d", q$Revision: 2.2 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 2.3 $ =~ /(\d+)\.(\d+)/); @ISA = qw(Exporter); @EXPORT = qw(code2country country2code all_country_codes all_country_names @@ -437,7 +437,7 @@ lv:lva:428:Latvia ly:lby:434:Libyan Arab Jamahiriya:Libya ma:mar:504:Morocco mc:mco:492:Monaco -md:mda:498:Moldova, Republic of +md:mda:498:Moldova, Republic of:Moldova mg:mdg:450:Madagascar mh:mhl:584:Marshall Islands mk:mkd:807:Macedonia, the Former Yugoslav Republic of:Macedonia, Former Yugoslav Republic of:Macedonia @@ -529,7 +529,7 @@ um:::United States Minor Outlying Islands us:usa:840:United States:USA:United States of America uy:ury:858:Uruguay uz:uzb:860:Uzbekistan -va:vat:336:Holy See (Vatican City State):Hole See (Vatican City) +va:vat:336:Holy See (Vatican City State):Holy See (Vatican City) vc:vct:670:Saint Vincent and the Grenadines ve:ven:862:Venezuela vg:vgb:092:Virgin Islands, British:British Virgin Islands |