diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-12-02 15:41:45 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-12-02 15:41:45 +0000 |
commit | 1245abf13f772bd2dd1d209bf07773efca954acb (patch) | |
tree | 45150ffa4bf2534396d7154a0ae466bbbe6b0564 /cpan | |
parent | 8368298acf5c578b88887f19f7fba519bbc12296 (diff) | |
download | perl-1245abf13f772bd2dd1d209bf07773efca954acb.tar.gz |
Update Locale-Codes to CPAN version 3.15
[DELTA]
3.15 2010-12-02 sbeck
* NEW CODE(s)
* Added version number to Makefile.PL/Build.PL requirement
for POD testing modules. RT 62247
* Changed 'use vars' to 'our'
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Locale-Codes/ChangeLog | 14 | ||||
-rw-r--r-- | cpan/Locale-Codes/README.first | 6 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes.pm | 4 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes/Country.pm | 58 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes/Currency.pm | 6 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes/Language.pm | 6 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes/Script.pm | 6 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Constants.pm | 4 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Country.pm | 4 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Currency.pm | 4 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Language.pm | 4 | ||||
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Script.pm | 4 |
12 files changed, 75 insertions, 45 deletions
diff --git a/cpan/Locale-Codes/ChangeLog b/cpan/Locale-Codes/ChangeLog index 1564ab7984..0b41c39ef1 100644 --- a/cpan/Locale-Codes/ChangeLog +++ b/cpan/Locale-Codes/ChangeLog @@ -4,12 +4,18 @@ As of 3.00, the codes are autogenerated from the standards. With each release, c be re-generated and tested to see if any code changed. Any time there are any changes to the codes, it will be flagged below with a change: NEW CODE(s). -I intend to release a new version every June and December if there are new codes so that -the codes used with this module will stay in sync with the standards. If a code changes -that you use, feel free to contact me and I'll get a release out sooner. +I intende to check for new codes at least twice a year (in June and December). I will +also check on request, so if a code changes that you use, feel free to contact me. +Any time there are new codes, I will add them to the module and release a new version. sbeck@cpan.org -3.15 +3.16 + +3.15 2010-12-02 sbeck + * NEW CODE(s) + * Added version number to Makefile.PL/Build.PL requirement + for POD testing modules. RT 62247 + * Changed 'use vars' to 'our' 3.14 2010-09-28 sbeck * NEW CODE(s) diff --git a/cpan/Locale-Codes/README.first b/cpan/Locale-Codes/README.first index 8609e5ef7d..55778a8e36 100644 --- a/cpan/Locale-Codes/README.first +++ b/cpan/Locale-Codes/README.first @@ -1,11 +1,11 @@ Locale-Codes Distribution -For changes in this release, please refer to the Locale::Changes -man-page. - For changes prior to 3.00, please see the ChangeLog file. +For majore changes in this release, please refer to the Locale::Changes +man-page (small changes are still listed in the ChangeLog file). + This distribution contains Perl modules which can be used to process ISO codes for identifying languages, countries, scripts, and currencies & funds. diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes.pm index 0979e570c4..cd454de496 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes.pm @@ -18,7 +18,7 @@ use Carp; # This module is not called directly... %Data is filled in by the # calling modules. -use vars qw($VERSION %Data); +our($VERSION,%Data); # $Data{ TYPE }{ code2id }{ CODESET } { CODE } = [ ID, I ] # { id2code }{ CODESET } { ID } = CODE @@ -27,7 +27,7 @@ use vars qw($VERSION %Data); # { id } = FIRST_UNUSED_ID # { codealias }{ CODESET } { ALIAS } = CODE -$VERSION='3.14'; +$VERSION='3.15'; #======================================================================= # diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm index 74b9dac4e6..c39c41434e 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm @@ -2,7 +2,7 @@ package Locale::Codes::Country; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Tue Sep 28 11:38:01 EDT 2010 +# Generated on: Thu Dec 2 08:47:15 EST 2010 =pod @@ -36,10 +36,10 @@ use strict; use warnings; require 5.002; -use vars qw($VERSION); -$VERSION='3.14'; +our($VERSION); +$VERSION='3.15'; -$Locale::Codes::Data{'country'}{'id'} = '0278'; +$Locale::Codes::Data{'country'}{'id'} = '0280'; $Locale::Codes::Data{'country'}{'id2names'} = { q(0001) => [ @@ -1124,11 +1124,17 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Portuguese Timor ), ], q(0276) => [ - q(France, Metropolitan), + q(Curacao), ], q(0277) => [ + q(France, Metropolitan), + ], + q(0278) => [ q(Kosovo), ], + q(0279) => [ + q(Sint Maarten), + ], }; $Locale::Codes::Data{'country'}{'alias2id'} = { @@ -1484,6 +1490,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0056), q(0), ], + q(curacao) => [ + q(0276), + q(0), + ], q(cyprus) => [ q(0057), q(0), @@ -1637,7 +1647,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0), ], q(france, metropolitan) => [ - q(0276), + q(0277), q(0), ], q(french guiana) => [ @@ -2013,7 +2023,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(2), ], q(kosovo) => [ - q(0277), + q(0278), q(0), ], q(kuwait) => [ @@ -2840,6 +2850,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0199), q(0), ], + q(sint maarten) => [ + q(0279), + q(0), + ], q(slovak republic) => [ q(0200), q(1), @@ -3565,7 +3579,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(fx) => [ - q(0276), + q(0277), q(0), ], q(ga) => [ @@ -4567,7 +4581,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(1), ], q(fxx) => [ - q(0276), + q(0277), q(0), ], q(gab) => [ @@ -5549,7 +5563,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(FX) => [ - q(0276), + q(0277), q(0), ], q(GA) => [ @@ -6795,7 +6809,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(1), ], q(KV) => [ - q(0277), + q(0278), q(0), ], q(KZ) => [ @@ -6962,6 +6976,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0155), q(1), ], + q(NN) => [ + q(0279), + q(0), + ], q(NO) => [ q(0165), q(1), @@ -7226,6 +7244,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0217), q(2), ], + q(UC) => [ + q(0276), + q(0), + ], q(UG) => [ q(0229), q(0), @@ -7617,7 +7639,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(249) => [ - q(0276), + q(0277), q(0), ], q(250) => [ @@ -8563,7 +8585,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0244) => q(ye), q(0245) => q(zm), q(0246) => q(zw), - q(0276) => q(fx), + q(0277) => q(fx), }, q(alpha3) => { q(0001) => q(afg), @@ -8811,7 +8833,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0244) => q(yem), q(0245) => q(zmb), q(0246) => q(zwe), - q(0276) => q(fxx), + q(0277) => q(fxx), }, q(dom) => { q(0001) => q(AF), @@ -9064,7 +9086,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0273) => q(EU), q(0274) => q(SU), q(0275) => q(TP), - q(0276) => q(FX), + q(0277) => q(FX), }, q(fips) => { q(0001) => q(AF), @@ -9333,7 +9355,9 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0269) => q(TE), q(0270) => q(WQ), q(0271) => q(WE), - q(0277) => q(KV), + q(0276) => q(UC), + q(0278) => q(KV), + q(0279) => q(NN), }, q(num) => { q(0001) => q(004), @@ -9582,7 +9606,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0245) => q(894), q(0246) => q(716), q(0247) => q(830), - q(0276) => q(249), + q(0277) => q(249), }, }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm index 8f945d2a9a..5d6f79ef2e 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm @@ -2,7 +2,7 @@ package Locale::Codes::Currency; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Tue Sep 28 11:40:11 EDT 2010 +# Generated on: Thu Dec 2 08:50:04 EST 2010 =pod @@ -36,8 +36,8 @@ use strict; use warnings; require 5.002; -use vars qw($VERSION); -$VERSION='3.14'; +our($VERSION); +$VERSION='3.15'; $Locale::Codes::Data{'currency'}{'id'} = '0179'; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm index ce9b7ddb8b..e3b276ebf0 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm @@ -2,7 +2,7 @@ package Locale::Codes::Language; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Tue Sep 28 11:39:09 EDT 2010 +# Generated on: Thu Dec 2 08:49:52 EST 2010 =pod @@ -36,8 +36,8 @@ use strict; use warnings; require 5.002; -use vars qw($VERSION); -$VERSION='3.14'; +our($VERSION); +$VERSION='3.15'; $Locale::Codes::Data{'language'}{'id'} = '0486'; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm index e14c9c7d5c..096a8aeb8c 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm @@ -2,7 +2,7 @@ package Locale::Codes::Script; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Tue Sep 28 11:40:40 EDT 2010 +# Generated on: Thu Dec 2 08:50:15 EST 2010 =pod @@ -36,8 +36,8 @@ use strict; use warnings; require 5.002; -use vars qw($VERSION); -$VERSION='3.14'; +our($VERSION); +$VERSION='3.15'; $Locale::Codes::Data{'script'}{'id'} = '0147'; diff --git a/cpan/Locale-Codes/lib/Locale/Constants.pm b/cpan/Locale-Codes/lib/Locale/Constants.pm index b2a7ec9123..2d9fbe09e3 100644 --- a/cpan/Locale-Codes/lib/Locale/Constants.pm +++ b/cpan/Locale-Codes/lib/Locale/Constants.pm @@ -14,9 +14,9 @@ require Exporter; # Public Global Variables #----------------------------------------------------------------------- -use vars qw($VERSION @ISA @EXPORT); +our($VERSION,@ISA,@EXPORT); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 diff --git a/cpan/Locale-Codes/lib/Locale/Country.pm b/cpan/Locale-Codes/lib/Locale/Country.pm index f6e8ff7e10..239d54509c 100644 --- a/cpan/Locale-Codes/lib/Locale/Country.pm +++ b/cpan/Locale-Codes/lib/Locale/Country.pm @@ -19,9 +19,9 @@ use Locale::Codes::Country; # Public Global Variables #======================================================================= -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); +our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(code2country country2code diff --git a/cpan/Locale-Codes/lib/Locale/Currency.pm b/cpan/Locale-Codes/lib/Locale/Currency.pm index 5eb4274ac0..821119a7b7 100644 --- a/cpan/Locale-Codes/lib/Locale/Currency.pm +++ b/cpan/Locale-Codes/lib/Locale/Currency.pm @@ -19,9 +19,9 @@ use Locale::Codes::Currency; # Public Global Variables #======================================================================= -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); +our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(code2currency currency2code diff --git a/cpan/Locale-Codes/lib/Locale/Language.pm b/cpan/Locale-Codes/lib/Locale/Language.pm index fe0019a4f1..caa7d85a57 100644 --- a/cpan/Locale-Codes/lib/Locale/Language.pm +++ b/cpan/Locale-Codes/lib/Locale/Language.pm @@ -19,9 +19,9 @@ use Locale::Codes::Language; # Public Global Variables #======================================================================= -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); +our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(code2language language2code diff --git a/cpan/Locale-Codes/lib/Locale/Script.pm b/cpan/Locale-Codes/lib/Locale/Script.pm index 9733eb1755..f048d818a3 100644 --- a/cpan/Locale-Codes/lib/Locale/Script.pm +++ b/cpan/Locale-Codes/lib/Locale/Script.pm @@ -19,9 +19,9 @@ use Locale::Codes::Script; # Public Global Variables #======================================================================= -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); +our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(code2script script2code |