diff options
author | Sullivan Beck <sbeck@cpan.org> | 2014-01-27 15:07:39 -0500 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-01-27 20:34:29 +0000 |
commit | e744ae1811ea6e874fc30e4b775d8dcd0637d9f7 (patch) | |
tree | 6505f13612717990f35700d6678210aeef181dbf /Porting | |
parent | 445bf929f6118f5f2b0e19171f576c3a6d7ada50 (diff) | |
download | perl-e744ae1811ea6e874fc30e4b775d8dcd0637d9f7.tar.gz |
PATCH: Bump Locale-Codes from 3.28 to 3.29
I just released Locale-Codes-3.29 which contains the core modules
Locale::Country, Locale::Language, and Locale::Currency. The patch is
attached here.
====
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.
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4dbf530b04..b7445d0e72 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -681,7 +681,7 @@ use File::Glob qw(:case); }, 'Locale-Codes' => { - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.28.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.29.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw( README.first |