In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2c4c45fc46d5cee014cf2ffaf632919f9a294a6a?hp=9d2e012d64183eec43221c4a05bdb99934199ec1>

- Log -----------------------------------------------------------------
commit 2c4c45fc46d5cee014cf2ffaf632919f9a294a6a
Author: Sullivan Beck <[email protected]>
Date:   Thu Feb 28 19:06:05 2013 +0000

    [PATCH] Bump Locale-Codes from 3.24 to 3.25
    
    Signed-off-by: Chris 'BinGOs' Williams <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                             |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes.pm              |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes.pod             |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/API.pod         |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Changes.pod     |   16 +-
 cpan/Locale-Codes/lib/Locale/Codes/Constants.pm    |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/Constants.pod   |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Country.pm      |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/Country.pod     |    2 +-
 .../Locale-Codes/lib/Locale/Codes/Country_Codes.pm |  100 +-
 .../lib/Locale/Codes/Country_Retired.pm            |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/Currency.pm     |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/Currency.pod    |    2 +-
 .../lib/Locale/Codes/Currency_Codes.pm             |   20 +-
 .../lib/Locale/Codes/Currency_Retired.pm           |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm      |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod     |    2 +-
 .../Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm |    6 +-
 .../lib/Locale/Codes/LangExt_Retired.pm            |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm      |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod     |    2 +-
 .../Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm |  794 +-
 .../lib/Locale/Codes/LangFam_Retired.pm            |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm      |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod     |    2 +-
 .../Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm |    6 +-
 .../lib/Locale/Codes/LangVar_Retired.pm            |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/Language.pm     |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/Language.pod    |    2 +-
 .../lib/Locale/Codes/Language_Codes.pm             |59634 ++++++++++----------
 .../lib/Locale/Codes/Language_Retired.pm           |    6 +-
 cpan/Locale-Codes/lib/Locale/Codes/Script.pm       |    4 +-
 cpan/Locale-Codes/lib/Locale/Codes/Script.pod      |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm |    6 +-
 .../lib/Locale/Codes/Script_Retired.pm             |    6 +-
 cpan/Locale-Codes/lib/Locale/Country.pm            |    4 +-
 cpan/Locale-Codes/lib/Locale/Country.pod           |    2 +-
 cpan/Locale-Codes/lib/Locale/Currency.pm           |    4 +-
 cpan/Locale-Codes/lib/Locale/Currency.pod          |    2 +-
 cpan/Locale-Codes/lib/Locale/Language.pm           |    4 +-
 cpan/Locale-Codes/lib/Locale/Language.pod          |    2 +-
 cpan/Locale-Codes/lib/Locale/Script.pm             |    4 +-
 cpan/Locale-Codes/lib/Locale/Script.pod            |    2 +-
 cpan/Locale-Codes/t/code2currency.t                |    2 +-
 cpan/Locale-Codes/t/country2code.t                 |   34 +
 cpan/Locale-Codes/t/language2code.t                |   27 +
 cpan/Locale-Codes/t/testfunc.pl                    |    2 +-
 47 files changed, 30433 insertions(+), 30338 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index d37fc7c..ea27e5a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1110,7 +1110,7 @@ use File::Glob qw(:case);
 
     'Locale-Codes' => {
         'MAINTAINER'   => 'sbeck',
-        'DISTRIBUTION' => 'SBECK/Locale-Codes-3.24.tar.gz',
+        'DISTRIBUTION' => 'SBECK/Locale-Codes-3.25.tar.gz',
         'FILES'        => q[cpan/Locale-Codes],
         'EXCLUDED'     => [
             qw( t/pod_coverage.t
diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pm 
b/cpan/Locale-Codes/lib/Locale/Codes.pm
index 7a69eea..b8c0e39 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes.pm
@@ -1,7 +1,7 @@
 package Locale::Codes;
 # Copyright (C) 2001      Canon Research Centre Europe (CRE).
 # Copyright (C) 2002-2009 Neil Bowers
-# Copyright (c) 2010-2012 Sullivan Beck
+# Copyright (c) 2010-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -31,7 +31,7 @@ our($VERSION,%Data,%Retired);
 # $Retired{ TYPE }{ CODESET }{ code }{ CODE } = NAME
 #                            { name }{ NAME } = [CODE,NAME]  (the key is 
lowercase)
 
-$VERSION='3.24';
+$VERSION='3.25';
 
 #=======================================================================
 #
diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pod 
b/cpan/Locale-Codes/lib/Locale/Codes.pod
index 28bdc53..c971b89 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes.pod
@@ -289,7 +289,7 @@ perl problem tracker at:
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001      Michael Hennecke (Locale::Currency)
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/API.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/API.pod
index 42b1cd2..1e48e0f 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/API.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/API.pod
@@ -312,7 +312,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
index 4f49d2c..a9f358d 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
@@ -22,7 +22,15 @@ September, 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.
 
-=head1 VERSION 3.24  (planned 2012-12-01; sbeck)
+=head1 VERSION 3.28  (planned 2013-12-01; sbeck)
+
+=head1 VERSION 3.27  (planned 2013-09-01; sbeck)
+
+=head1 VERSION 3.26  (planned 2013-06-01; sbeck)
+
+=head1 VERSION 3.25  (2013-03-01; sbeck)
+
+NEW CODE(s)
 
 =head1 VERSION 3.24  (2012-12-03; sbeck)
 
@@ -30,6 +38,10 @@ NEW CODE(s)
 
 =over 4
 
+=item B<Syria alias>
+
+Syria added as an alias.  RT 82747
+
 =item B<FIPS-10 country codes deprecated>
 
 The FIPS-10 document is being withdrawn.  It was deprecated in 2008,
@@ -617,7 +629,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 =head1 COPYRIGHT
 
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
index 7a5fba2..142318d 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
@@ -1,7 +1,7 @@
 package Locale::Codes::Constants;
 # Copyright (C) 2001      Canon Research Centre Europe (CRE).
 # Copyright (C) 2002-2009 Neil Bowers
-# Copyright (c) 2010-2012 Sullivan Beck
+# Copyright (c) 2010-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -17,7 +17,7 @@ require Exporter;
 our($VERSION,@ISA,@EXPORT);
 our(%ALL_CODESETS);
 
-$VERSION='3.24';
+$VERSION='3.25';
 @ISA     = qw(Exporter);
 @EXPORT  = qw(LOCALE_CODE_ALPHA_2
               LOCALE_CODE_ALPHA_3
@@ -60,7 +60,7 @@ $ALL_CODESETS{'country'} = {
                                             'alpha-3'  => ['lc'],
                                             'numeric'  => ['numeric',3],
                                             'fips-10'  => ['uc'],
-                                            'dom'      => ['uc'],
+                                            'dom'      => ['lc'],
                                           }
                            };
 
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
index 78ded77..4cbff23 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
@@ -32,7 +32,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
index a691bec..423c3ad 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
@@ -1,7 +1,7 @@
 package Locale::Codes::Country;
 # Copyright (C) 2001      Canon Research Centre Europe (CRE).
 # Copyright (C) 2002-2009 Neil Bowers
-# Copyright (c) 2010-2012 Sullivan Beck
+# Copyright (c) 2010-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -22,7 +22,7 @@ use Locale::Codes::Country_Retired;
 
 our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
 
-$VERSION='3.24';
+$VERSION='3.25';
 @ISA       = qw(Exporter);
 @EXPORT    = qw(code2country
                 country2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
index a167c90..dd60f1f 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
@@ -209,7 +209,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
index 0e58e6b..7bdf6e9 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
@@ -2,7 +2,7 @@ package Locale::Codes::Country_Codes;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'get_codes' is run.
-#    Generated on: Tue Dec  4 13:52:57 EST 2012
+#    Generated on: Wed Feb 27 10:04:03 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,9 +38,9 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
-$Locale::Codes::Data{'country'}{'id'} = '0295';
+$Locale::Codes::Data{'country'}{'id'} = '0294';
 
 $Locale::Codes::Data{'country'}{'id2names'} = {
    q(0001) => [
@@ -593,8 +593,8 @@ $Locale::Codes::Data{'country'}{'id2names'} = {
       q(Palau),
       ],
    q(0170) => [
-      q(Palestinian Territory, Occupied),
-      q(Occupied Palestinian Territory),
+      q(Palestine, State of),
+      q(State of Palestine),
       ],
    q(0171) => [
       q(Panama),
@@ -745,6 +745,7 @@ $Locale::Codes::Data{'country'}{'id2names'} = {
       ],
    q(0217) => [
       q(Syrian Arab Republic),
+      q(Syria),
       q(Golan Heights (Israeli-occupied)),
       ],
    q(0218) => [
@@ -970,30 +971,27 @@ $Locale::Codes::Data{'country'}{'id2names'} = {
       q(Svalbard),
       ],
    q(0286) => [
-      q(Syria),
-      ],
-   q(0287) => [
       q(Tanzania),
       ],
-   q(0288) => [
+   q(0287) => [
       q(Tromelin Island),
       ],
-   q(0289) => [
+   q(0288) => [
       q(Wake Island),
       ],
-   q(0290) => [
+   q(0289) => [
       q(West Bank),
       ],
-   q(0291) => [
+   q(0290) => [
       q(Ascension Island),
       ],
-   q(0292) => [
+   q(0291) => [
       q(Netherlands Antilles),
       ],
-   q(0293) => [
+   q(0292) => [
       q(European Union),
       ],
-   q(0294) => [
+   q(0293) => [
       q(USSR),
       ],
 };
@@ -1056,7 +1054,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(ascension island) => [
-      q(0291),
+      q(0290),
       q(0),
       ],
    q(ashmore and cartier islands) => [
@@ -1392,7 +1390,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(european union) => [
-      q(0293),
+      q(0292),
       q(0),
       ],
    q(faeroe islands) => [
@@ -1481,7 +1479,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       ],
    q(golan heights (israeli-occupied)) => [
       q(0217),
-      q(1),
+      q(2),
       ],
    q(great britain) => [
       q(0235),
@@ -1892,7 +1890,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(netherlands antilles) => [
-      q(0292),
+      q(0291),
       q(0),
       ],
    q(new caledonia) => [
@@ -1935,10 +1933,6 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0166),
       q(0),
       ],
-   q(occupied palestinian territory) => [
-      q(0170),
-      q(1),
-      ],
    q(oman) => [
       q(0167),
       q(0),
@@ -1951,7 +1945,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0169),
       q(0),
       ],
-   q(palestinian territory, occupied) => [
+   q(palestine, state of) => [
       q(0170),
       q(0),
       ],
@@ -2191,6 +2185,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0210),
       q(0),
       ],
+   q(state of palestine) => [
+      q(0170),
+      q(1),
+      ],
    q(sudan) => [
       q(0211),
       q(0),
@@ -2224,8 +2222,8 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(syria) => [
-      q(0286),
-      q(0),
+      q(0217),
+      q(1),
       ],
    q(syrian arab republic) => [
       q(0217),
@@ -2244,7 +2242,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(tanzania) => [
-      q(0287),
+      q(0286),
       q(0),
       ],
    q(tanzania, united republic of) => [
@@ -2292,7 +2290,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(tromelin island) => [
-      q(0288),
+      q(0287),
       q(0),
       ],
    q(tunisia) => [
@@ -2372,7 +2370,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(3),
       ],
    q(ussr) => [
-      q(0294),
+      q(0293),
       q(0),
       ],
    q(uzbekistan) => [
@@ -2428,7 +2426,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(0),
       ],
    q(wake island) => [
-      q(0289),
+      q(0288),
       q(0),
       ],
    q(wallis and futuna) => [
@@ -2440,7 +2438,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = {
       q(1),
       ],
    q(west bank) => [
-      q(0290),
+      q(0289),
       q(0),
       ],
    q(western sahara) => [
@@ -4420,7 +4418,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
       },
    q(dom) => {
       q(ac) => [
-         q(0291),
+         q(0290),
          q(0),
          ],
       q(ad) => [
@@ -4452,7 +4450,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(an) => [
-         q(0292),
+         q(0291),
          q(0),
          ],
       q(ao) => [
@@ -4704,7 +4702,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(eu) => [
-         q(0293),
+         q(0292),
          q(0),
          ],
       q(fi) => [
@@ -5268,7 +5266,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(su) => [
-         q(0294),
+         q(0293),
          q(0),
          ],
       q(sv) => [
@@ -6354,8 +6352,8 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(SY) => [
-         q(0286),
-         q(0),
+         q(0217),
+         q(1),
          ],
       q(SZ) => [
          q(0216),
@@ -6370,7 +6368,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(TE) => [
-         q(0288),
+         q(0287),
          q(0),
          ],
       q(TH) => [
@@ -6426,7 +6424,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(TZ) => [
-         q(0287),
+         q(0286),
          q(0),
          ],
       q(UC) => [
@@ -6490,7 +6488,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(WE) => [
-         q(0290),
+         q(0289),
          q(0),
          ],
       q(WF) => [
@@ -6502,7 +6500,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = {
          q(0),
          ],
       q(WQ) => [
-         q(0289),
+         q(0288),
          q(0),
          ],
       q(WS) => [
@@ -8237,10 +8235,10 @@ $Locale::Codes::Data{'country'}{'id2code'} = {
       q(0247) => q(ye),
       q(0248) => q(zm),
       q(0249) => q(zw),
-      q(0291) => q(ac),
-      q(0292) => q(an),
-      q(0293) => q(eu),
-      q(0294) => q(su),
+      q(0290) => q(ac),
+      q(0291) => q(an),
+      q(0292) => q(eu),
+      q(0293) => q(su),
       },
    q(fips-10) => {
       q(0001) => q(AF),
@@ -8445,6 +8443,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = {
       q(0214) => q(WZ),
       q(0215) => q(SW),
       q(0216) => q(SZ),
+      q(0217) => q(SY),
       q(0218) => q(TW),
       q(0219) => q(TI),
       q(0221) => q(TH),
@@ -8509,11 +8508,10 @@ $Locale::Codes::Data{'country'}{'id2code'} = {
       q(0283) => q(SX),
       q(0284) => q(PG),
       q(0285) => q(SV),
-      q(0286) => q(SY),
-      q(0287) => q(TZ),
-      q(0288) => q(TE),
-      q(0289) => q(WQ),
-      q(0290) => q(WE),
+      q(0286) => q(TZ),
+      q(0287) => q(TE),
+      q(0288) => q(WQ),
+      q(0289) => q(WE),
       },
    q(numeric) => {
       q(0001) => q(004),
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
index 806fc61..22ffbd0 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
@@ -2,7 +2,7 @@ package Locale::Codes::Country_Retired;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'deprecate_codes' is run.
-#    Generated on: Tue Dec  4 14:05:24 EST 2012
+#    Generated on: Wed Feb 27 10:06:46 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,7 +38,7 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
 $Locale::Codes::Retired{'country'}{'alpha-2'}{'code'} = {
    q(an) => q(Netherlands Antilles),
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
index 358aec7..789d8e3 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
@@ -1,7 +1,7 @@
 package Locale::Codes::Currency;
 # Copyright (C) 2001      Canon Research Centre Europe (CRE).
 # Copyright (C) 2002-2009 Neil Bowers
-# Copyright (c) 2010-2012 Sullivan Beck
+# Copyright (c) 2010-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -22,7 +22,7 @@ use Locale::Codes::Currency_Retired;
 
 our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
 
-$VERSION='3.24';
+$VERSION='3.25';
 @ISA       = qw(Exporter);
 @EXPORT    = qw(code2currency
                 currency2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
index a79b811..17e86f4 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
@@ -119,7 +119,7 @@ Currently maintained by Sullivan Beck ([email protected]).
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001      Michael Hennecke
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
index d4b830c..6d0bd34 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
@@ -2,7 +2,7 @@ package Locale::Codes::Currency_Codes;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'get_codes' is run.
-#    Generated on: Tue Dec  4 14:03:16 EST 2012
+#    Generated on: Wed Feb 27 10:04:26 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,7 +38,7 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
 $Locale::Codes::Data{'currency'}{'id'} = '0180';
 
@@ -2011,7 +2011,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = {
          q(0092),
          q(0),
          ],
-      q(ZMK) => [
+      q(ZMW) => [
          q(0170),
          q(0),
          ],
@@ -2533,10 +2533,6 @@ $Locale::Codes::Data{'currency'}{'code2id'} = {
          q(0169),
          q(0),
          ],
-      q(894) => [
-         q(0170),
-         q(0),
-         ],
       q(901) => [
          q(0149),
          q(0),
@@ -2653,6 +2649,10 @@ $Locale::Codes::Data{'currency'}{'code2id'} = {
          q(0105),
          q(0),
          ],
+      q(967) => [
+         q(0170),
+         q(0),
+         ],
       q(968) => [
          q(0143),
          q(0),
@@ -2911,7 +2911,7 @@ $Locale::Codes::Data{'currency'}{'id2code'} = {
       q(0167) => q(VEF),
       q(0168) => q(VND),
       q(0169) => q(YER),
-      q(0170) => q(ZMK),
+      q(0170) => q(ZMW),
       q(0171) => q(ZWL),
       q(0172) => q(XBA),
       q(0173) => q(XBB),
@@ -3092,7 +3092,7 @@ $Locale::Codes::Data{'currency'}{'id2code'} = {
       q(0167) => q(937),
       q(0168) => q(704),
       q(0169) => q(886),
-      q(0170) => q(894),
+      q(0170) => q(967),
       q(0171) => q(932),
       q(0172) => q(955),
       q(0173) => q(956),
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
index e79f789..4d39895 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
@@ -2,7 +2,7 @@ package Locale::Codes::Currency_Retired;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'deprecate_codes' is run.
-#    Generated on: Tue Dec  4 14:05:24 EST 2012
+#    Generated on: Wed Feb 27 10:06:46 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,7 +38,7 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
 $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = {
    q(ADP) => q(Andorran Peseta),
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
index ee40ff8..13f8cf7 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
@@ -1,5 +1,5 @@
 package Locale::Codes::LangExt;
-# Copyright (c) 2011-2012 Sullivan Beck
+# Copyright (c) 2011-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -20,7 +20,7 @@ use Locale::Codes::LangExt_Retired;
 
 our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
 
-$VERSION='3.24';
+$VERSION='3.25';
 @ISA       = qw(Exporter);
 @EXPORT    = qw(code2langext
                 langext2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
index da1421b..daf0810 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
@@ -108,7 +108,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
 =head1 COPYRIGHT
 
-   Copyright (c) 2011-2012 Sullivan Beck
+   Copyright (c) 2011-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
index c3a2b03..dec24a3 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
@@ -2,7 +2,7 @@ package Locale::Codes::LangExt_Codes;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'get_codes' is run.
-#    Generated on: Tue Dec  4 14:04:05 EST 2012
+#    Generated on: Wed Feb 27 10:04:32 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,7 +38,7 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
 $Locale::Codes::Data{'langext'}{'id'} = '0228';
 
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
index ba2e8f4..265b0d1 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
@@ -2,7 +2,7 @@ package Locale::Codes::LangExt_Retired;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'deprecate_codes' is run.
-#    Generated on: Tue Dec  4 14:05:24 EST 2012
+#    Generated on: Wed Feb 27 10:06:46 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,7 +38,7 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
 $Locale::Codes::Retired{'langext'}{'alpha'}{'code'} = {
 };
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
index 193bbe3..07fbe84 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
@@ -1,5 +1,5 @@
 package Locale::Codes::LangFam;
-# Copyright (c) 2011-2012 Sullivan Beck
+# Copyright (c) 2011-2013 Sullivan Beck
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
 
@@ -20,7 +20,7 @@ use Locale::Codes::LangFam_Retired;
 
 our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
 
-$VERSION='3.24';
+$VERSION='3.25';
 @ISA       = qw(Exporter);
 @EXPORT    = qw(code2langfam
                 langfam2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod 
b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
index 7faabee..377c221 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
@@ -108,7 +108,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
 =head1 COPYRIGHT
 
-   Copyright (c) 2011-2012 Sullivan Beck
+   Copyright (c) 2011-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm 
b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
index a6d105b..98f48f6 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
@@ -2,7 +2,7 @@ package Locale::Codes::LangFam_Codes;
 
 # This file was automatically generated.  Any changes to this file will
 # be lost the next time 'get_codes' is run.
-#    Generated on: Tue Dec  4 14:04:16 EST 2012
+#    Generated on: Wed Feb 27 10:04:35 EST 2013
 
 =pod
 
@@ -25,7 +25,7 @@ Currently maintained by Sullivan Beck ([email protected]).
 
    Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
    Copyright (c) 2001-2010 Neil Bowers
-   Copyright (c) 2010-2012 Sullivan Beck
+   Copyright (c) 2010-2013 Sullivan Beck
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
@@ -38,9 +38,9 @@ use warnings;
 use utf8;
 
 our($VERSION);
-$VERSION='3.24';
+$VERSION='3.25';
 
-$Locale::Codes::Data{'langfam'}{'id'} = '0115';
+$Locale::Codes::Data{'langfam'}{'id'} = '0116';
 
 $Locale::Codes::Data{'langfam'}{'id2names'} = {
    q(0001) => [
@@ -95,294 +95,297 @@ $Locale::Codes::Data{'langfam'}{'id2names'} = {
       q(Berber languages),
       ],
    q(0018) => [
-      q(Bantu languages),
+      q(Bihari languages),
       ],
    q(0019) => [
-      q(Batak languages),
+      q(Bantu languages),
       ],
    q(0020) => [
-      q(Central American Indian languages),
+      q(Batak languages),
       ],
    q(0021) => [
-      q(Caucasian languages),
+      q(Central American Indian languages),
       ],
    q(0022) => [
-      q(Chibchan languages),
+      q(Caucasian languages),
       ],
    q(0023) => [
-      q(North Caucasian languages),
+      q(Chibchan languages),
       ],
    q(0024) => [
-      q(South Caucasian languages),
+      q(North Caucasian languages),
       ],
    q(0025) => [
-      q(Chadic languages),
+      q(South Caucasian languages),
       ],
    q(0026) => [
-      q(Caddoan languages),
+      q(Chadic languages),
       ],
    q(0027) => [
-      q(Celtic languages),
+      q(Caddoan languages),
       ],
    q(0028) => [
-      q(Chamic languages),
+      q(Celtic languages),
       ],
    q(0029) => [
-      q(Creoles and pidgins, English-based),
+      q(Chamic languages),
       ],
    q(0030) => [
-      q(Creoles and pidgins, French-based),
+      q(Creoles and pidgins, English-based),
       ],
    q(0031) => [
-      q(Creoles and pidgins, Portuguese-based),
+      q(Creoles and pidgins, French-based),
       ],
    q(0032) => [
-      q(Creoles and pidgins),
+      q(Creoles and pidgins, Portuguese-based),
       ],
    q(0033) => [
-      q(Central Sudanic languages),
+      q(Creoles and pidgins),
       ],
    q(0034) => [
-      q(Cushitic languages),
+      q(Central Sudanic languages),
       ],
    q(0035) => [
-      q(Land Dayak languages),
+      q(Cushitic languages),
       ],
    q(0036) => [
-      q(Mande languages),
+      q(Land Dayak languages),
       ],
    q(0037) => [
-      q(Dravidian languages),
+      q(Mande languages),
       ],
    q(0038) => [
-      q(Egyptian languages),
+      q(Dravidian languages),
       ],
    q(0039) => [
-      q(Eskimo-Aleut languages),
+      q(Egyptian languages),
       ],
    q(0040) => [
-      q(Basque (family)),
+      q(Eskimo-Aleut languages),
       ],
    q(0041) => [
-      q(Finno-Ugrian languages),
+      q(Basque (family)),
       ],
    q(0042) => [
-      q(Formosan languages),
+      q(Finno-Ugrian languages),
       ],
    q(0043) => [
-      q(Germanic languages),
+      q(Formosan languages),
       ],
    q(0044) => [
-      q(East Germanic languages),
+      q(Germanic languages),
       ],
    q(0045) => [
-      q(North Germanic languages),
+      q(East Germanic languages),
       ],
    q(0046) => [
-      q(West Germanic languages),
+      q(North Germanic languages),
       ],
    q(0047) => [
-      q(Greek languages),
+      q(West Germanic languages),
       ],
    q(0048) => [
-      q(Hmong-Mien languages),
+      q(Greek languages),
       ],
    q(0049) => [
-      q(Hokan languages),
+      q(Hmong-Mien languages),
       ],
    q(0050) => [
-      q(Armenian (family)),
+      q(Hokan languages),
       ],
    q(0051) => [
-      q(Indo-Iranian languages),
+      q(Armenian (family)),
       ],
    q(0052) => [
-      q(Ijo languages),
+      q(Indo-Iranian languages),
       ],
    q(0053) => [
-      q(Indic languages),
+      q(Ijo languages),
       ],
    q(0054) => [
-      q(Indo-European languages),
+      q(Indic languages),
       ],
    q(0055) => [
-      q(Iranian languages),
+      q(Indo-European languages),
       ],
    q(0056) => [
-      q(Iroquoian languages),
+      q(Iranian languages),
       ],
    q(0057) => [
-      q(Italic languages),
+      q(Iroquoian languages),
       ],
    q(0058) => [
-      q(Japanese (family)),
+      q(Italic languages),
       ],
    q(0059) => [
-      q(Karen languages),
+      q(Japanese (family)),
       ],
    q(0060) => [
-      q(Kordofanian languages),
+      q(Karen languages),
       ],
    q(0061) => [
-      q(Khoisan languages),
+      q(Kordofanian languages),
       ],
    q(0062) => [
-      q(Kru languages),
+      q(Khoisan languages),
       ],
    q(0063) => [
-      q(Austronesian languages),
+      q(Kru languages),
       ],
    q(0064) => [
-      q(Mon-Khmer languages),
+      q(Austronesian languages),
       ],
    q(0065) => [
-      q(Manobo languages),
+      q(Mon-Khmer languages),
       ],
    q(0066) => [
-      q(Munda languages),
+      q(Manobo languages),
       ],
    q(0067) => [
-      q(Mayan languages),
+      q(Munda languages),
       ],
    q(0068) => [
-      q(Nahuatl languages),
+      q(Mayan languages),
       ],
    q(0069) => [
-      q(North American Indian languages),
+      q(Nahuatl languages),
       ],
    q(0070) => [
-      q(Trans-New Guinea languages),
+      q(North American Indian languages),
       ],
    q(0071) => [
-      q(Niger-Kordofanian languages),
+      q(Trans-New Guinea languages),
       ],
    q(0072) => [
-      q(Nubian languages),
+      q(Niger-Kordofanian languages),
       ],
    q(0073) => [
-      q(Oto-Manguean languages),
+      q(Nubian languages),
       ],
    q(0074) => [
-      q(Omotic languages),
+      q(Oto-Manguean languages),
       ],
    q(0075) => [
-      q(Otomian languages),
+      q(Omotic languages),
       ],
    q(0076) => [
-      q(Papuan languages),
+      q(Otomian languages),
       ],
    q(0077) => [
-      q(Philippine languages),
+      q(Papuan languages),
       ],
    q(0078) => [
-      q(Central Malayo-Polynesian languages),
+      q(Philippine languages),
       ],
    q(0079) => [
-      q(Malayo-Polynesian languages),
+      q(Central Malayo-Polynesian languages),
       ],
    q(0080) => [
-      q(Eastern Malayo-Polynesian languages),
+      q(Malayo-Polynesian languages),
       ],
    q(0081) => [
-      q(Western Malayo-Polynesian languages),
+      q(Eastern Malayo-Polynesian languages),
       ],
    q(0082) => [
-      q(Prakrit languages),
+      q(Western Malayo-Polynesian languages),
       ],
    q(0083) => [
-      q(Quechuan (family)),
+      q(Prakrit languages),
       ],
    q(0084) => [
-      q(Romance languages),
+      q(Quechuan (family)),
       ],
    q(0085) => [
-      q(South American Indian languages),
+      q(Romance languages),
       ],
    q(0086) => [
-      q(Salishan languages),
+      q(South American Indian languages),
       ],
    q(0087) => [
-      q(Eastern Sudanic languages),
+      q(Salishan languages),
       ],
    q(0088) => [
-      q(Semitic languages),
+      q(Eastern Sudanic languages),
       ],
    q(0089) => [
-      q(sign languages),
+      q(Semitic languages),
       ],
    q(0090) => [
-      q(Siouan languages),
+      q(sign languages),
       ],
    q(0091) => [
-      q(Sino-Tibetan languages),
+      q(Siouan languages),
       ],
    q(0092) => [
-      q(Slavic languages),
+      q(Sino-Tibetan languages),
       ],
    q(0093) => [
-      q(Sami languages),
+      q(Slavic languages),
       ],
    q(0094) => [
-      q(Songhai languages),
+      q(Sami languages),
       ],
    q(0095) => [
-      q(Albanian languages),
+      q(Songhai languages),
       ],
    q(0096) => [
-      q(Nilo-Saharan languages),
+      q(Albanian languages),
       ],
    q(0097) => [
-      q(Samoyedic languages),
+      q(Nilo-Saharan languages),
       ],
    q(0098) => [
-      q(Tai languages),
+      q(Samoyedic languages),
       ],
    q(0099) => [
-      q(Tibeto-Burman languages),
+      q(Tai languages),
       ],
    q(0100) => [
-      q(Turkic languages),
+      q(Tibeto-Burman languages),
       ],
    q(0101) => [
-      q(Tupi languages),
+      q(Turkic languages),
       ],
    q(0102) => [
-      q(Altaic languages),
+      q(Tupi languages),
       ],
    q(0103) => [
-      q(Tungus languages),
+      q(Altaic languages),
       ],
    q(0104) => [
-      q(Uralic languages),
+      q(Tungus languages),
       ],
    q(0105) => [
-      q(Wakashan languages),
+      q(Uralic languages),
       ],
    q(0106) => [
-      q(Sorbian languages),
+      q(Wakashan languages),
       ],
    q(0107) => [
-      q(Mongolian languages),
+      q(Sorbian languages),
       ],
    q(0108) => [
-      q(Na-Dene languages),
+      q(Mongolian languages),
       ],
    q(0109) => [
-      q(Yupik languages),
+      q(Na-Dene languages),
       ],
    q(0110) => [
-      q(Chinese (family)),
+      q(Yupik languages),
       ],
    q(0111) => [
-      q(East Slavic languages),
+      q(Chinese (family)),
       ],
    q(0112) => [
-      q(South Slavic languages),
+      q(East Slavic languages),
       ],
    q(0113) => [
-      q(West Slavic languages),
+      q(South Slavic languages),
       ],
    q(0114) => [
+      q(West Slavic languages),
+      ],
+   q(0115) => [
       q(Zande languages),
       ],
 };
@@ -397,7 +400,7 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(albanian languages) => [
-      q(0095),
+      q(0096),
       q(0),
       ],
    q(algic languages) => [
@@ -409,7 +412,7 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(altaic languages) => [
-      q(0102),
+      q(0103),
       q(0),
       ],
    q(apache languages) => [
@@ -425,7 +428,7 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(armenian (family)) => [
-      q(0050),
+      q(0051),
       q(0),
       ],
    q(artificial languages) => [
@@ -449,7 +452,7 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(austronesian languages) => [
-      q(0063),
+      q(0064),
       q(0),
       ],
    q(baltic languages) => [
@@ -465,355 +468,359 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(bantu languages) => [
-      q(0018),
+      q(0019),
       q(0),
       ],
    q(basque (family)) => [
-      q(0040),
+      q(0041),
       q(0),
       ],
    q(batak languages) => [
-      q(0019),
+      q(0020),
       q(0),
       ],
    q(berber languages) => [
       q(0017),
       q(0),
       ],
+   q(bihari languages) => [
+      q(0018),
+      q(0),
+      ],
    q(caddoan languages) => [
-      q(0026),
+      q(0027),
       q(0),
       ],
    q(caucasian languages) => [
-      q(0021),
+      q(0022),
       q(0),
       ],
    q(celtic languages) => [
-      q(0027),
+      q(0028),
       q(0),
       ],
    q(central american indian languages) => [
-      q(0020),
+      q(0021),
       q(0),
       ],
    q(central malayo-polynesian languages) => [
-      q(0078),
+      q(0079),
       q(0),
       ],
    q(central sudanic languages) => [
-      q(0033),
+      q(0034),
       q(0),
       ],
    q(chadic languages) => [
-      q(0025),
+      q(0026),
       q(0),
       ],
    q(chamic languages) => [
-      q(0028),
+      q(0029),
       q(0),
       ],
    q(chibchan languages) => [
-      q(0022),
+      q(0023),
       q(0),
       ],
    q(chinese (family)) => [
-      q(0110),
+      q(0111),
       q(0),
       ],
    q(creoles and pidgins) => [
-      q(0032),
+      q(0033),
       q(0),
       ],
    q(creoles and pidgins, english-based) => [
-      q(0029),
+      q(0030),
       q(0),
       ],
    q(creoles and pidgins, french-based) => [
-      q(0030),
+      q(0031),
       q(0),
       ],
    q(creoles and pidgins, portuguese-based) => [
-      q(0031),
+      q(0032),
       q(0),
       ],
    q(cushitic languages) => [
-      q(0034),
+      q(0035),
       q(0),
       ],
    q(dravidian languages) => [
-      q(0037),
+      q(0038),
       q(0),
       ],
    q(east germanic languages) => [
-      q(0044),
+      q(0045),
       q(0),
       ],
    q(east slavic languages) => [
-      q(0111),
+      q(0112),
       q(0),
       ],
    q(eastern malayo-polynesian languages) => [
-      q(0080),
+      q(0081),
       q(0),
       ],
    q(eastern sudanic languages) => [
-      q(0087),
+      q(0088),
       q(0),
       ],
    q(egyptian languages) => [
-      q(0038),
+      q(0039),
       q(0),
       ],
    q(eskimo-aleut languages) => [
-      q(0039),
+      q(0040),
       q(0),
       ],
    q(finno-ugrian languages) => [
-      q(0041),
+      q(0042),
       q(0),
       ],
    q(formosan languages) => [
-      q(0042),
+      q(0043),
       q(0),
       ],
    q(germanic languages) => [
-      q(0043),
+      q(0044),
       q(0),
       ],
    q(greek languages) => [
-      q(0047),
+      q(0048),
       q(0),
       ],
    q(hmong-mien languages) => [
-      q(0048),
+      q(0049),
       q(0),
       ],
    q(hokan languages) => [
-      q(0049),
+      q(0050),
       q(0),
       ],
    q(ijo languages) => [
-      q(0052),
+      q(0053),
       q(0),
       ],
    q(indic languages) => [
-      q(0053),
+      q(0054),
       q(0),
       ],
    q(indo-european languages) => [
-      q(0054),
+      q(0055),
       q(0),
       ],
    q(indo-iranian languages) => [
-      q(0051),
+      q(0052),
       q(0),
       ],
    q(iranian languages) => [
-      q(0055),
+      q(0056),
       q(0),
       ],
    q(iroquoian languages) => [
-      q(0056),
+      q(0057),
       q(0),
       ],
    q(italic languages) => [
-      q(0057),
+      q(0058),
       q(0),
       ],
    q(japanese (family)) => [
-      q(0058),
+      q(0059),
       q(0),
       ],
    q(karen languages) => [
-      q(0059),
+      q(0060),
       q(0),
       ],
    q(khoisan languages) => [
-      q(0061),
+      q(0062),
       q(0),
       ],
    q(kordofanian languages) => [
-      q(0060),
+      q(0061),
       q(0),
       ],
    q(kru languages) => [
-      q(0062),
+      q(0063),
       q(0),
       ],
    q(land dayak languages) => [
-      q(0035),
+      q(0036),
       q(0),
       ],
    q(malayo-polynesian languages) => [
-      q(0079),
+      q(0080),
       q(0),
       ],
    q(mande languages) => [
-      q(0036),
+      q(0037),
       q(0),
       ],
    q(manobo languages) => [
-      q(0065),
+      q(0066),
       q(0),
       ],
    q(mayan languages) => [
-      q(0067),
+      q(0068),
       q(0),
       ],
    q(mon-khmer languages) => [
-      q(0064),
+      q(0065),
       q(0),
       ],
    q(mongolian languages) => [
-      q(0107),
+      q(0108),
       q(0),
       ],
    q(munda languages) => [
-      q(0066),
+      q(0067),
       q(0),
       ],
    q(na-dene languages) => [
-      q(0108),
+      q(0109),
       q(0),
       ],
    q(nahuatl languages) => [
-      q(0068),
+      q(0069),
       q(0),
       ],
    q(niger-kordofanian languages) => [
-      q(0071),
+      q(0072),
       q(0),
       ],
    q(nilo-saharan languages) => [
-      q(0096),
+      q(0097),
       q(0),
       ],
    q(north american indian languages) => [
-      q(0069),
+      q(0070),
       q(0),
       ],
    q(north caucasian languages) => [
-      q(0023),
+      q(0024),
       q(0),
       ],
    q(north germanic languages) => [
-      q(0045),
+      q(0046),
       q(0),
       ],
    q(nubian languages) => [
-      q(0072),
+      q(0073),
       q(0),
       ],
    q(omotic languages) => [
-      q(0074),
+      q(0075),
       q(0),
       ],
    q(oto-manguean languages) => [
-      q(0073),
+      q(0074),
       q(0),
       ],
    q(otomian languages) => [
-      q(0075),
+      q(0076),
       q(0),
       ],
    q(papuan languages) => [
-      q(0076),
+      q(0077),
       q(0),
       ],
    q(philippine languages) => [
-      q(0077),
+      q(0078),
       q(0),
       ],
    q(prakrit languages) => [
-      q(0082),
+      q(0083),
       q(0),
       ],
    q(quechuan (family)) => [
-      q(0083),
+      q(0084),
       q(0),
       ],
    q(romance languages) => [
-      q(0084),
+      q(0085),
       q(0),
       ],
    q(salishan languages) => [
-      q(0086),
+      q(0087),
       q(0),
       ],
    q(sami languages) => [
-      q(0093),
+      q(0094),
       q(0),
       ],
    q(samoyedic languages) => [
-      q(0097),
+      q(0098),
       q(0),
       ],
    q(semitic languages) => [
-      q(0088),
+      q(0089),
       q(0),
       ],
    q(sign languages) => [
-      q(0089),
+      q(0090),
       q(0),
       ],
    q(sino-tibetan languages) => [
-      q(0091),
+      q(0092),
       q(0),
       ],
    q(siouan languages) => [
-      q(0090),
+      q(0091),
       q(0),
       ],
    q(slavic languages) => [
-      q(0092),
+      q(0093),
       q(0),
       ],
    q(songhai languages) => [
-      q(0094),
+      q(0095),
       q(0),
       ],
    q(sorbian languages) => [
-      q(0106),
+      q(0107),
       q(0),
       ],
    q(south american indian languages) => [
-      q(0085),
+      q(0086),
       q(0),
       ],
    q(south caucasian languages) => [
-      q(0024),
+      q(0025),
       q(0),
       ],
    q(south slavic languages) => [
-      q(0112),
+      q(0113),
       q(0),
       ],
    q(tai languages) => [
-      q(0098),
+      q(0099),
       q(0),
       ],
    q(tibeto-burman languages) => [
-      q(0099),
+      q(0100),
       q(0),
       ],
    q(trans-new guinea languages) => [
-      q(0070),
+      q(0071),
       q(0),
       ],
    q(tungus languages) => [
-      q(0103),
+      q(0104),
       q(0),
       ],
    q(tupi languages) => [
-      q(0101),
+      q(0102),
       q(0),
       ],
    q(turkic languages) => [
-      q(0100),
+      q(0101),
       q(0),
       ],
    q(uralic languages) => [
-      q(0104),
+      q(0105),
       q(0),
       ],
    q(uto-aztecan languages) => [
@@ -821,27 +828,27 @@ $Locale::Codes::Data{'langfam'}{'alias2id'} = {
       q(0),
       ],
    q(wakashan languages) => [
-      q(0105),
+      q(0106),
       q(0),
       ],
    q(west germanic languages) => [
-      q(0046),
+      q(0047),
       q(0),
       ],
    q(west slavic languages) => [
-      q(0113),
+      q(0114),
       q(0),
       ],
    q(western malayo-polynesian languages) => [
-      q(0081),
+      q(0082),
       q(0),
       ],
    q(yupik languages) => [
-      q(0109),
+      q(0110),
       q(0),
       ],
    q(zande languages) => [
-      q(0114),
+      q(0115),
       q(0),
       ],
 };
@@ -916,394 +923,398 @@ $Locale::Codes::Data{'langfam'}{'code2id'} = {
          q(0017),
          q(0),
          ],
-      q(bnt) => [
+      q(bih) => [
          q(0018),
          q(0),
          ],
-      q(btk) => [
+      q(bnt) => [
          q(0019),
          q(0),
          ],
-      q(cai) => [
+      q(btk) => [
          q(0020),
          q(0),
          ],
-      q(cau) => [
+      q(cai) => [
          q(0021),
          q(0),
          ],
-      q(cba) => [
+      q(cau) => [
          q(0022),
          q(0),
          ],
-      q(ccn) => [
+      q(cba) => [
          q(0023),
          q(0),
          ],
-      q(ccs) => [
+      q(ccn) => [
          q(0024),
          q(0),
          ],
-      q(cdc) => [
+      q(ccs) => [
          q(0025),
          q(0),
          ],
-      q(cdd) => [
+      q(cdc) => [
          q(0026),
          q(0),
          ],
-      q(cel) => [
+      q(cdd) => [
          q(0027),
          q(0),
          ],
-      q(cmc) => [
+      q(cel) => [
          q(0028),
          q(0),
          ],
-      q(cpe) => [
+      q(cmc) => [
          q(0029),
          q(0),
          ],
-      q(cpf) => [
+      q(cpe) => [
          q(0030),
          q(0),
          ],
-      q(cpp) => [
+      q(cpf) => [
          q(0031),
          q(0),
          ],
-      q(crp) => [
+      q(cpp) => [
          q(0032),
          q(0),
          ],
-      q(csu) => [
+      q(crp) => [
          q(0033),
          q(0),
          ],
-      q(cus) => [
+      q(csu) => [
          q(0034),
          q(0),
          ],
-      q(day) => [
+      q(cus) => [
          q(0035),
          q(0),
          ],
-      q(dmn) => [
+      q(day) => [
          q(0036),
          q(0),
          ],
-      q(dra) => [
+      q(dmn) => [
          q(0037),
          q(0),
          ],
-      q(egx) => [
+      q(dra) => [
          q(0038),
          q(0),
          ],
-      q(esx) => [
+      q(egx) => [
          q(0039),
          q(0),
          ],
-      q(euq) => [
+      q(esx) => [
          q(0040),
          q(0),
          ],
-      q(fiu) => [
+      q(euq) => [
          q(0041),
          q(0),
          ],
-      q(fox) => [
+      q(fiu) => [
          q(0042),
          q(0),
          ],
-      q(gem) => [
+      q(fox) => [
          q(0043),
          q(0),
          ],
-      q(gme) => [
+      q(gem) => [
          q(0044),
          q(0),
          ],
-      q(gmq) => [
+      q(gme) => [
          q(0045),
          q(0),
          ],
-      q(gmw) => [
+      q(gmq) => [
          q(0046),
          q(0),
          ],
-      q(grk) => [
+      q(gmw) => [
          q(0047),
          q(0),
          ],
-      q(hmx) => [
+      q(grk) => [
          q(0048),
          q(0),
          ],
-      q(hok) => [
+      q(hmx) => [
          q(0049),
          q(0),
          ],
-      q(hyx) => [
+      q(hok) => [
          q(0050),
          q(0),
          ],
-      q(iir) => [
+      q(hyx) => [
          q(0051),
          q(0),
          ],
-      q(ijo) => [
+      q(iir) => [
          q(0052),
          q(0),
          ],
-      q(inc) => [
+      q(ijo) => [
          q(0053),
          q(0),
          ],
-      q(ine) => [
+      q(inc) => [
          q(0054),
          q(0),
          ],
-      q(ira) => [
+      q(ine) => [
          q(0055),
          q(0),
          ],
-      q(iro) => [
+      q(ira) => [
          q(0056),
          q(0),
          ],
-      q(itc) => [
+      q(iro) => [
          q(0057),
          q(0),
          ],
-      q(jpx) => [
+      q(itc) => [
          q(0058),
          q(0),
          ],
-      q(kar) => [
+      q(jpx) => [
          q(0059),
          q(0),
          ],
-      q(kdo) => [
+      q(kar) => [
          q(0060),
          q(0),
          ],
-      q(khi) => [
+      q(kdo) => [
          q(0061),
          q(0),
          ],
-      q(kro) => [
+      q(khi) => [
          q(0062),
          q(0),
          ],
-      q(map) => [
+      q(kro) => [
          q(0063),
          q(0),
**** PATCH TRUNCATED AT 2000 LINES -- 124280 NOT SHOWN ****

--
Perl5 Master Repository

Reply via email to