summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-01 14:32:01 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-01 15:47:42 +0000
commit4345d05bb848d49bf1bc348b0bf725f5679165bf (patch)
treef72a0f7b833bdaa33461cd83931634b0e0e5a2c0 /MANIFEST
parent8cbe2351fa9be7ae959bf6c99a37820fe1c534c4 (diff)
downloadperl-4345d05bb848d49bf1bc348b0bf725f5679165bf.tar.gz
Update Locale-Codes to CPAN version 3.20
[DELTA] VERSION 3.20 (2011-12-01) NEW CODE(s) Added limited support for deprecated codes The code2XXX, XXX2code, all_XXX_codes, and all_XXX_names functions now support retired codes. RT 71124 Fixed capitalization The 'South Sudan' country was all caps. RT 71024 Pod tests off by default The pod tests will not run at install time. RT 71122 Codesets may be specified by name All codesets may be specified by a constant or by their name now. Previously, they were specified only by a constant. alias_code deprecated The alias_code function exists for backward compatibility. It has been replaced by rename_country_code. The alias_code function will be removed sometime after September, 2013. Code cleanup All work is now done in the central module (Locale::Codes). Previously, some was still done in the wrapper modules (Locale::Codes::*) but that is gone now. Added LangFam module Added Language Family codes (langfam) as defined in ISO 639-5.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST12
1 files changed, 12 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index eeadfa91b2..d9f462f47d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1532,23 +1532,33 @@ cpan/Locale-Codes/lib/Locale/Codes/Constants.pod Locale::Codes documentation
cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Country.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Country.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Currency.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Currency.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Language.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Language.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes.pod Locale::Codes documentation
cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Script.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Codes/Script.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Country.pm Locale::Codes
cpan/Locale-Codes/lib/Locale/Country.pod Locale::Codes documentation
cpan/Locale-Codes/lib/Locale/Currency.pm Locale::Codes
@@ -1565,6 +1575,7 @@ cpan/Locale-Codes/t/code2country_old.t Locale::Codes tests
cpan/Locale-Codes/t/code2country.t Locale::Codes tests
cpan/Locale-Codes/t/code2currency.t Locale::Codes tests
cpan/Locale-Codes/t/code2langext.t Locale::Codes tests
+cpan/Locale-Codes/t/code2langfam.t Locale::Codes tests
cpan/Locale-Codes/t/code2language.t Locale::Codes tests
cpan/Locale-Codes/t/code2langvar.t Locale::Codes tests
cpan/Locale-Codes/t/code2script.t Locale::Codes tests
@@ -1577,6 +1588,7 @@ cpan/Locale-Codes/t/country.t Locale::Codes tests
cpan/Locale-Codes/t/currency2code_old.t Locale::Codes tests
cpan/Locale-Codes/t/currency2code.t Locale::Codes tests
cpan/Locale-Codes/t/langext2code.t Locale::Codes tests
+cpan/Locale-Codes/t/langfam2code.t Locale::Codes tests
cpan/Locale-Codes/t/language2code.t Locale::Codes tests
cpan/Locale-Codes/t/language_old.t Locale::Codes tests
cpan/Locale-Codes/t/language.t Locale::Codes tests