diff options
author | Sullivan Beck <sbeck@cpan.org> | 2013-06-03 11:05:09 -0400 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-06-03 19:13:35 +0100 |
commit | e64a19080640c68ab04cb24d505d6f237a2b6e25 (patch) | |
tree | 31e1c8a44d9c199b75fb9b98ba00ef225451d7f5 /cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod | |
parent | 8e602cc9d8b282d6d38873193a9909e4330f1d16 (diff) | |
download | perl-e64a19080640c68ab04cb24d505d6f237a2b6e25.tar.gz |
PATCH: Bump Locale-Codes from 3.25 to 3.26
I just released Locale-Codes-3.26 which contains the core modules
Locale::Country, Locale::Language, and Locale::Currency. The patch is
attached to this message.
====
Background:
The core modules Locale::Country, Locale::Language, and Locale::Currency
(all part of the Locale-Codes distribution) should be updated on a
regular basis. They contain "codes" from various internet standards
which change over time.
I plan on releasing new versions at 4 times a year to keep the codes
up-to-date. At this point, I'm not planning on any significant code
changes (other than bug fixes), so the only significant changes
between releases should be to update the codes.
>From a6cfe877326aa21c73be694f3a9d7dbe1f17961b Mon Sep 17 00:00:00 2001
From: Sullivan Beck <sbeck@cpan.org>
Date: Mon, 3 Jun 2013 10:55:38 -0400
Subject: [PATCH] Bump Locale-Codes from 3.25 to 3.26
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod')
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod index d8febb7a06..f087249783 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod @@ -32,8 +32,8 @@ constant that is automatically exported by this module. For example, the two are equivalent: - $lvar = code2langvar('en','alpha-2'); - $lvar = code2langvar('en',LOCALE_CODE_ALPHA_2); + $lvar = code2langvar('arevela','alpha'); + $lvar = code2langvar('arevela',LOCALE_LANGVAR_ALPHA); The codesets currently supported are: @@ -42,7 +42,7 @@ The codesets currently supported are: =item B<alpha> This is the set of alphanumeric codes from the IANA -language registry, such as 'arevela' for Eastern Armenian. +language registry, such as 'arevela' for Eastern Armenian. This code set is identified with the symbol C<LOCALE_LANGVAR_ALPHA>. |