diff options
author | Sullivan Beck <sbeck@cpan.org> | 2011-03-01 16:05:43 -0500 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-03-01 21:36:07 +0000 |
commit | 21e8c5cff4105e2f1ce7f1e684ff819dfb268548 (patch) | |
tree | d8ea596bb8e0eb239584da07835a8f5e96631971 /Porting | |
parent | 3955e1a9ae24737181ef9e4daba13179b936e4c9 (diff) | |
download | perl-21e8c5cff4105e2f1ce7f1e684ff819dfb268548.tar.gz |
PATCH: Bump Locale-Codes from 3.15 to 3.16
Attached is a patch to upgrade the Locale-Codes distribution (containing
the core modules Locale::Country, Locale::Language, and
Locale::Currency) to the most recent version.
====
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 least twice 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.
!DSPAM:4d6d635562584214713763!
>From 5f7e59eac34b1b322f80686fbf431569789c222a Mon Sep 17 00:00:00 2001
From: Sullivan Beck <sbeck@cpan.org>
Date: Tue, 1 Mar 2011 15:56:18 -0500
Subject: [PATCH] Bump Locale-Codes from 3.15 to 3.16
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 79a0219ecf..0550c3fb3f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -898,7 +898,7 @@ use File::Glob qw(:case); 'Locale-Codes' => { 'MAINTAINER' => 'sbeck', - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.15.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.16.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw{t/pod_coverage.t t/pod.t}, qr{^t/runtests}, qr{^internal/}, qr{^examples/} ], |