Update Locale-Codes to CPAN version 3.15
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 2 Dec 2010 15:41:45 +0000 (15:41 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 2 Dec 2010 15:41:45 +0000 (15:41 +0000)
  [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'

14 files changed:
Porting/Maintainers.pl
cpan/Locale-Codes/ChangeLog
cpan/Locale-Codes/README.first
cpan/Locale-Codes/lib/Locale/Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/Country.pm
cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
cpan/Locale-Codes/lib/Locale/Codes/Language.pm
cpan/Locale-Codes/lib/Locale/Codes/Script.pm
cpan/Locale-Codes/lib/Locale/Constants.pm
cpan/Locale-Codes/lib/Locale/Country.pm
cpan/Locale-Codes/lib/Locale/Currency.pm
cpan/Locale-Codes/lib/Locale/Language.pm
cpan/Locale-Codes/lib/Locale/Script.pm
pod/perldelta.pod

index c881cff..773258a 100755 (executable)
@@ -797,7 +797,7 @@ use File::Glob qw(:case);
     'Locale-Codes' =>
        {
        'MAINTAINER'    => 'sbeck',
-       'DISTRIBUTION'  => 'SBECK/Locale-Codes-3.14.tar.gz',
+       'DISTRIBUTION'  => 'SBECK/Locale-Codes-3.15.tar.gz',
        'FILES'         => q[cpan/Locale-Codes],
        'EXCLUDED'      => [ qw{t/pod_coverage.t t/pod.t}, qr{^t/runtests},
                             qr{^internal/}, qr{^examples/} ],
index 1564ab7..0b41c39 100644 (file)
@@ -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)
index 8609e5e..55778a8 100644 (file)
@@ -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.
index 0979e57..cd454de 100644 (file)
@@ -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';
 
 #=======================================================================
 #
index 74b9dac..c39c414 100644 (file)
@@ -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),
       },
 };
 
index 8f945d2..5d6f79e 100644 (file)
@@ -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';
 
index ce9b7dd..e3b276e 100644 (file)
@@ -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';
 
index e14c9c7..096a8ae 100644 (file)
@@ -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';
 
index b2a7ec9..2d9fbe0 100644 (file)
@@ -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
index f6e8ff7..239d545 100644 (file)
@@ -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
index 5eb4274..821119a 100644 (file)
@@ -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
index fe0019a..caa7d85 100644 (file)
@@ -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
index 9733eb1..f048d81 100644 (file)
@@ -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
index b7d710b..81d7075 100644 (file)
@@ -193,6 +193,10 @@ and documentation enhancements.
 
 =item *
 
+C<Locale::Codes> has been upgraded from version 3.14 to 3.15
+
+=item *
+
 C<Memoize> has been upgraded from version 1.01_03 to 1.02.
 
 =item *