summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorSullivan Beck <sbeck@cpan.org>2014-09-03 14:08:07 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-09-03 14:57:33 +0100
commit5e369738ac39455a685925cc4a83365d51a7f12d (patch)
tree94a10b89b60a58098aaf160d3d5872cbc0477d42 /cpan
parent3e7700e9d46d8aaf7295d0c79f8f16aab432cd09 (diff)
downloadperl-5e369738ac39455a685925cc4a83365d51a7f12d.tar.gz
Update Locale-Codes to CPAN version 3.32
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Changes.pod4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Constants.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Country.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Country.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Currency.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Currency.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm14
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm6
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Language.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Language.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Script.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Script.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm4
-rw-r--r--cpan/Locale-Codes/lib/Locale/Country.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Country.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Currency.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Currency.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Language.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Language.pod8
-rw-r--r--cpan/Locale-Codes/lib/Locale/Script.pm2
-rw-r--r--cpan/Locale-Codes/lib/Locale/Script.pod8
39 files changed, 94 insertions, 90 deletions
diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes.pm
index 61d10e0a0b..5ddd4666e5 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes.pm
@@ -31,7 +31,7 @@ our($VERSION,%Data,%Retired);
# $Retired{ TYPE }{ CODESET }{ code }{ CODE } = NAME
# { name }{ NAME } = [CODE,NAME] (the key is lowercase)
-$VERSION='3.31';
+$VERSION='3.32';
#=======================================================================
#
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
index bc1c2664a2..e1d523cfe0 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
@@ -24,7 +24,9 @@ codes, I will add them to the module and release a new version.
=head1 VERSION 3.33 (planned 2014-12-01; sbeck)
-=head1 VERSION 3.32 (planned 2014-09-01; sbeck)
+=head1 VERSION 3.32 (2014-09-01; sbeck)
+
+NEW CODE(s)
=head1 VERSION 3.31 (2014-06-01; sbeck)
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
index df8bf450eb..cf2822b3c1 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
@@ -17,7 +17,7 @@ require Exporter;
our($VERSION,@ISA,@EXPORT);
our(%ALL_CODESETS);
-$VERSION='3.31';
+$VERSION='3.32';
@ISA = qw(Exporter);
@EXPORT = qw(LOCALE_CODE_ALPHA_2
LOCALE_CODE_ALPHA_3
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
index 5e05420544..de62dfa6d6 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
@@ -22,7 +22,7 @@ use Locale::Codes::Country_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@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 c9e9180cc7..8c0e80b7fc 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
@@ -80,15 +80,15 @@ Locale::Codes::Changes document for details.
=over 4
-=item B<code2country ( CODE [,CODESET] )>
+=item B<code2country ( CODE [,CODESET] [,'retired'])>
-=item B<country2code ( NAME [,CODESET] )>
+=item B<country2code ( NAME [,CODESET] [,'retired'])>
=item B<country_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_country_codes ( [CODESET] )>
+=item B<all_country_codes ( [CODESET] [,'retired'])>
-=item B<all_country_names ( [CODESET] )>
+=item B<all_country_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::Country::rename_country ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
index a38614735b..22a253fa0a 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::Country_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 10:41:20 EDT 2014
+# Generated on: Fri Aug 22 15:26:47 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'country'}{'id'} = '0250';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
index f951054d74..4b80393086 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
@@ -3,7 +3,7 @@ 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: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$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 990c7b7acb..7f0f223b26 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
@@ -22,7 +22,7 @@ use Locale::Codes::Currency_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@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 52ddd6387a..e94168511c 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
@@ -60,15 +60,15 @@ This is the set of three-digit numeric codes from ISO 4217.
=over 4
-=item B<code2currency ( CODE [,CODESET] )>
+=item B<code2currency ( CODE [,CODESET] [,'retired'])>
-=item B<currency2code ( NAME [,CODESET] )>
+=item B<currency2code ( NAME [,CODESET] [,'retired'])>
=item B<currency_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_currency_codes ( [CODESET] )>
+=item B<all_currency_codes ( [CODESET] [,'retired'])>
-=item B<all_currency_names ( [CODESET] )>
+=item B<all_currency_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::Currency::rename_currency ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
index 289398aa8a..d4f9c235fd 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::Currency_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 11:22:06 EDT 2014
+# Generated on: Fri Aug 22 15:31:17 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'currency'}{'id'} = '0178';
@@ -119,7 +119,7 @@ $Locale::Codes::Data{'currency'}{'id2names'} = {
q(Canadian Dollar),
],
q(0035) => [
- q(Cape Verde Escudo),
+ q(Cabo Verde Escudo),
],
q(0036) => [
q(Cayman Islands Dollar),
@@ -654,12 +654,12 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = {
q(0031),
q(0),
],
- q(canadian dollar) => [
- q(0034),
+ q(cabo verde escudo) => [
+ q(0035),
q(0),
],
- q(cape verde escudo) => [
- q(0035),
+ q(canadian dollar) => [
+ q(0034),
q(0),
],
q(cayman islands dollar) => [
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
index 510007dd76..2171ed3a6a 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
@@ -3,7 +3,7 @@ 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: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = {
q(ADP) => q(Andorran Peseta),
@@ -82,6 +82,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = {
q(bolivar fuerte) => [ q(VEF), q(Bolivar Fuerte) ],
q(bond markets units european composite unit (eurco)) => [ q(XBA), q(Bond Markets Units European Composite Unit (EURCO)) ],
q(candian dollar) => [ q(CAD), q(Candian Dollar) ],
+ q(cape verde escudo) => [ q(CVE), q(Cape Verde Escudo) ],
q(cedi) => [ q(GHS), q(Cedi) ],
q(convertible marks) => [ q(BAM), q(Convertible Marks) ],
q(cyprus pound) => [ q(CYP), q(Cyprus Pound) ],
@@ -148,6 +149,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = {
$Locale::Codes::Retired{'currency'}{'num'}{'name'} = {
q(bolivar fuerte) => [ q(937), q(Bolivar Fuerte) ],
+ q(cape verde escudo) => [ q(132), q(Cape Verde Escudo) ],
q(cedi) => [ q(936), q(Cedi) ],
q(latvian lats) => [ q(428), q(Latvian Lats) ],
q(leu) => [ q(946), q(Leu) ],
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
index cde7a0ad50..76f9d22942 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
@@ -20,7 +20,7 @@ use Locale::Codes::LangExt_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@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 47cb8abc3f..34aed49c4f 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
@@ -52,15 +52,15 @@ This is the default code set.
=over 4
-=item B<code2langext ( CODE [,CODESET] )>
+=item B<code2langext ( CODE [,CODESET] [,'retired'])>
-=item B<langext2code ( NAME [,CODESET] )>
+=item B<langext2code ( NAME [,CODESET] [,'retired'])>
=item B<langext_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_langext_codes ( [CODESET] )>
+=item B<all_langext_codes ( [CODESET] [,'retired'])>
-=item B<all_langext_names ( [CODESET] )>
+=item B<all_langext_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::LangExt::rename_langext ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
index 421b6419b4..56a98e8636 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::LangExt_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 11:23:46 EDT 2014
+# Generated on: Fri Aug 22 15:31:59 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'langext'}{'id'} = '0229';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
index 4df74339f1..c70fdbfa42 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
@@ -3,7 +3,7 @@ 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: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$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 78a8b3e8d4..e0a8bef187 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
@@ -20,7 +20,7 @@ use Locale::Codes::LangFam_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@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 0b597d488c..a67ccefc01 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
@@ -52,15 +52,15 @@ This is the default code set.
=over 4
-=item B<code2langfam ( CODE [,CODESET] )>
+=item B<code2langfam ( CODE [,CODESET] [,'retired'])>
-=item B<langfam2code ( NAME [,CODESET] )>
+=item B<langfam2code ( NAME [,CODESET] [,'retired'])>
=item B<langfam_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_langfam_codes ( [CODESET] )>
+=item B<all_langfam_codes ( [CODESET] [,'retired'])>
-=item B<all_langfam_names ( [CODESET] )>
+=item B<all_langfam_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::LangFam::rename_langfam ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
index 0d7eedb7c7..28f9a10aba 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::LangFam_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 11:23:56 EDT 2014
+# Generated on: Fri Aug 22 15:32:07 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'langfam'}{'id'} = '0116';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
index e524d5f582..9eaf6e7e13 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
@@ -38,7 +38,7 @@ use warnings;
require 5.002;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Retired{'langfam'}{'alpha'}{'code'} = {
};
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
index 50882d1297..513d7d2d85 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
@@ -20,7 +20,7 @@ use Locale::Codes::LangVar_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@ISA = qw(Exporter);
@EXPORT = qw(code2langvar
langvar2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
index e0a3c06888..463251a76d 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
@@ -54,15 +54,15 @@ This is the default code set.
=over 4
-=item B<code2langvar ( CODE [,CODESET] )>
+=item B<code2langvar ( CODE [,CODESET] [,'retired'])>
-=item B<langvar2code ( NAME [,CODESET] )>
+=item B<langvar2code ( NAME [,CODESET] [,'retired'])>
=item B<langvar_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_langvar_codes ( [CODESET] )>
+=item B<all_langvar_codes ( [CODESET] [,'retired'])>
-=item B<all_langvar_names ( [CODESET] )>
+=item B<all_langvar_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::LangVar::rename_langvar ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
index 84638eca62..260db40c42 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::LangVar_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 11:23:53 EDT 2014
+# Generated on: Fri Aug 22 15:32:06 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'langvar'}{'id'} = '0067';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
index b34383666b..22e44bc3bf 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
@@ -3,7 +3,7 @@ Locale::Codes::LangVar_Retired;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'deprecate_codes' is run.
-# Generated on: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Retired{'langvar'}{'alpha'}{'code'} = {
};
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
index 8c48271353..08ff561e35 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
@@ -22,7 +22,7 @@ use Locale::Codes::Language_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@ISA = qw(Exporter);
@EXPORT = qw(code2language
language2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pod b/cpan/Locale-Codes/lib/Locale/Codes/Language.pod
index 648da38da7..aefb69344c 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pod
@@ -63,15 +63,15 @@ ISO 639.
=over 4
-=item B<code2language ( CODE [,CODESET] )>
+=item B<code2language ( CODE [,CODESET] [,'retired'])>
-=item B<language2code ( NAME [,CODESET] )>
+=item B<language2code ( NAME [,CODESET] [,'retired'])>
=item B<language_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_language_codes ( [CODESET] )>
+=item B<all_language_codes ( [CODESET] [,'retired'])>
-=item B<all_language_names ( [CODESET] )>
+=item B<all_language_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::Language::rename_language ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
index 152a2e8653..df3b8a0b69 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::Language_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 10:48:07 EDT 2014
+# Generated on: Fri Aug 22 15:27:10 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'language'}{'id'} = '7991';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
index a4fd408698..7fb25baa9b 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
@@ -3,7 +3,7 @@ Locale::Codes::Language_Retired;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'deprecate_codes' is run.
-# Generated on: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Retired{'language'}{'alpha-2'}{'code'} = {
q(in) => q(Indonesian),
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
index 09e0561ff0..a842454b27 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
@@ -22,7 +22,7 @@ use Locale::Codes::Script_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.31';
+$VERSION='3.32';
@ISA = qw(Exporter);
@EXPORT = qw(code2script
script2code
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pod b/cpan/Locale-Codes/lib/Locale/Codes/Script.pod
index 771b46e841..1de28ec690 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pod
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pod
@@ -61,15 +61,15 @@ for Phoenician.
=over 4
-=item B<code2script ( CODE [,CODESET] )>
+=item B<code2script ( CODE [,CODESET] [,'retired'])>
-=item B<script2code ( NAME [,CODESET] )>
+=item B<script2code ( NAME [,CODESET] [,'retired'])>
=item B<script_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_script_codes ( [CODESET] )>
+=item B<all_script_codes ( [CODESET] [,'retired'])>
-=item B<all_script_names ( [CODESET] )>
+=item B<all_script_names ( [CODESET] [,'retired'])>
=item B<Locale::Codes::Script::rename_script ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
index 9897ba8e63..76c2fb291f 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
@@ -3,7 +3,7 @@ Locale::Codes::Script_Codes;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'harvest_data' is run.
-# Generated on: Wed May 28 11:22:35 EDT 2014
+# Generated on: Fri Aug 22 15:31:57 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Data{'script'}{'id'} = '0166';
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
index 8d1b67a221..b873a1530f 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
@@ -3,7 +3,7 @@ Locale::Codes::Script_Retired;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'deprecate_codes' is run.
-# Generated on: Wed May 28 11:24:54 EDT 2014
+# Generated on: Tue Aug 26 11:38:09 EDT 2014
use strict;
require 5.006;
@@ -11,7 +11,7 @@ use warnings;
use utf8;
our($VERSION);
-$VERSION='3.31';
+$VERSION='3.32';
$Locale::Codes::Retired{'script'}{'alpha'}{'code'} = {
};
diff --git a/cpan/Locale-Codes/lib/Locale/Country.pm b/cpan/Locale-Codes/lib/Locale/Country.pm
index 1fb75b68ae..caef0a8fd5 100644
--- a/cpan/Locale-Codes/lib/Locale/Country.pm
+++ b/cpan/Locale-Codes/lib/Locale/Country.pm
@@ -10,7 +10,7 @@ use warnings;
use Exporter;
our $VERSION;
-$VERSION='3.31';
+$VERSION='3.32';
our (@ISA,@EXPORT);
diff --git a/cpan/Locale-Codes/lib/Locale/Country.pod b/cpan/Locale-Codes/lib/Locale/Country.pod
index 7639f7a0f6..e89226d79c 100644
--- a/cpan/Locale-Codes/lib/Locale/Country.pod
+++ b/cpan/Locale-Codes/lib/Locale/Country.pod
@@ -80,15 +80,15 @@ Locale::Codes::Changes document for details.
=over 4
-=item B<code2country ( CODE [,CODESET] )>
+=item B<code2country ( CODE [,CODESET] [,'retired'])>
-=item B<country2code ( NAME [,CODESET] )>
+=item B<country2code ( NAME [,CODESET] [,'retired'])>
=item B<country_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_country_codes ( [CODESET] )>
+=item B<all_country_codes ( [CODESET] [,'retired'])>
-=item B<all_country_names ( [CODESET] )>
+=item B<all_country_names ( [CODESET] [,'retired'])>
=item B<Locale::Country::rename_country ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Currency.pm b/cpan/Locale-Codes/lib/Locale/Currency.pm
index 555fd77cb7..de0b6c8079 100644
--- a/cpan/Locale-Codes/lib/Locale/Currency.pm
+++ b/cpan/Locale-Codes/lib/Locale/Currency.pm
@@ -10,7 +10,7 @@ use warnings;
use Exporter;
our $VERSION;
-$VERSION='3.31';
+$VERSION='3.32';
our (@ISA,@EXPORT);
diff --git a/cpan/Locale-Codes/lib/Locale/Currency.pod b/cpan/Locale-Codes/lib/Locale/Currency.pod
index 16383904fa..8ad59aa2f6 100644
--- a/cpan/Locale-Codes/lib/Locale/Currency.pod
+++ b/cpan/Locale-Codes/lib/Locale/Currency.pod
@@ -60,15 +60,15 @@ This is the set of three-digit numeric codes from ISO 4217.
=over 4
-=item B<code2currency ( CODE [,CODESET] )>
+=item B<code2currency ( CODE [,CODESET] [,'retired'])>
-=item B<currency2code ( NAME [,CODESET] )>
+=item B<currency2code ( NAME [,CODESET] [,'retired'])>
=item B<currency_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_currency_codes ( [CODESET] )>
+=item B<all_currency_codes ( [CODESET] [,'retired'])>
-=item B<all_currency_names ( [CODESET] )>
+=item B<all_currency_names ( [CODESET] [,'retired'])>
=item B<Locale::Currency::rename_currency ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Language.pm b/cpan/Locale-Codes/lib/Locale/Language.pm
index 7a785d2e3e..e87af27251 100644
--- a/cpan/Locale-Codes/lib/Locale/Language.pm
+++ b/cpan/Locale-Codes/lib/Locale/Language.pm
@@ -10,7 +10,7 @@ use warnings;
use Exporter;
our $VERSION;
-$VERSION='3.31';
+$VERSION='3.32';
our (@ISA,@EXPORT);
diff --git a/cpan/Locale-Codes/lib/Locale/Language.pod b/cpan/Locale-Codes/lib/Locale/Language.pod
index 9504853b0b..0cf5066162 100644
--- a/cpan/Locale-Codes/lib/Locale/Language.pod
+++ b/cpan/Locale-Codes/lib/Locale/Language.pod
@@ -63,15 +63,15 @@ ISO 639.
=over 4
-=item B<code2language ( CODE [,CODESET] )>
+=item B<code2language ( CODE [,CODESET] [,'retired'])>
-=item B<language2code ( NAME [,CODESET] )>
+=item B<language2code ( NAME [,CODESET] [,'retired'])>
=item B<language_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_language_codes ( [CODESET] )>
+=item B<all_language_codes ( [CODESET] [,'retired'])>
-=item B<all_language_names ( [CODESET] )>
+=item B<all_language_names ( [CODESET] [,'retired'])>
=item B<Locale::Language::rename_language ( CODE ,NEW_NAME [,CODESET] )>
diff --git a/cpan/Locale-Codes/lib/Locale/Script.pm b/cpan/Locale-Codes/lib/Locale/Script.pm
index 776ac62241..164e996d44 100644
--- a/cpan/Locale-Codes/lib/Locale/Script.pm
+++ b/cpan/Locale-Codes/lib/Locale/Script.pm
@@ -10,7 +10,7 @@ use warnings;
use Exporter;
our $VERSION;
-$VERSION='3.31';
+$VERSION='3.32';
our (@ISA,@EXPORT);
diff --git a/cpan/Locale-Codes/lib/Locale/Script.pod b/cpan/Locale-Codes/lib/Locale/Script.pod
index f466c30bd5..07e5c8352a 100644
--- a/cpan/Locale-Codes/lib/Locale/Script.pod
+++ b/cpan/Locale-Codes/lib/Locale/Script.pod
@@ -61,15 +61,15 @@ for Phoenician.
=over 4
-=item B<code2script ( CODE [,CODESET] )>
+=item B<code2script ( CODE [,CODESET] [,'retired'])>
-=item B<script2code ( NAME [,CODESET] )>
+=item B<script2code ( NAME [,CODESET] [,'retired'])>
=item B<script_code2code ( CODE ,CODESET ,CODESET2 )>
-=item B<all_script_codes ( [CODESET] )>
+=item B<all_script_codes ( [CODESET] [,'retired'])>
-=item B<all_script_names ( [CODESET] )>
+=item B<all_script_names ( [CODESET] [,'retired'])>
=item B<Locale::Script::rename_script ( CODE ,NEW_NAME [,CODESET] )>