summaryrefslogtreecommitdiff
path: root/lib/Locale/Country.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-16 12:25:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-16 12:25:07 +0000
commit3a6b268dfb0ee30ac0bbaee8f809c2b133695d8f (patch)
treee1f1c867f1b695bc857ab1d5d9ccd09a343b9ad8 /lib/Locale/Country.pod
parent54725af65d49b2ed8413041530c71b8d3bde0714 (diff)
downloadperl-3a6b268dfb0ee30ac0bbaee8f809c2b133695d8f.tar.gz
Upgrade to Locale::Codes 2.06.
p4raw-id: //depot/perl@17571
Diffstat (limited to 'lib/Locale/Country.pod')
-rw-r--r--lib/Locale/Country.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Locale/Country.pod b/lib/Locale/Country.pod
index ff130aadc0..3716eacbfa 100644
--- a/lib/Locale/Country.pod
+++ b/lib/Locale/Country.pod
@@ -104,7 +104,7 @@ This function takes a country code from one code set,
and returns the corresponding code from another code set.
$alpha2 = country_code2code('fin',
- LOCALE_CODE_ALPHA_3 => LOCALE_CODE_ALPHA_2);
+ LOCALE_CODE_ALPHA_3, LOCALE_CODE_ALPHA_2);
# $alpha2 will now be 'fi'
If the code passed is not a valid country code in
@@ -281,7 +281,7 @@ Official home page for the ISO 3166 maintenance agency.
Another useful, but not official, home page.
-=item http://www.cia.gov/cia/publications/factbook/docs/app-f.html
+=item http://www.cia.gov/cia/publications/factbook/docs/app-d-1.html
An appendix in the CIA world fact book which lists country codes
as defined by ISO 3166, FIPS 10-4, and internet domain names.