summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSullivan Beck <sbeck@cpan.org>2010-06-07 21:58:34 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-07 21:58:34 +0100
commite1137bc782e702f287ec7909f121d66bfb4707ba (patch)
treee758c032f40e7d152d2821b62383b62ad6280989 /Porting
parent16d811d41019c65e82b767b91041c1bebb9b4407 (diff)
downloadperl-e1137bc782e702f287ec7909f121d66bfb4707ba.tar.gz
PATCH: Bump Locale-Codes from 3.12 to 3.13
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 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.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 5929342a74..49e6525830 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -789,7 +789,7 @@ use File::Glob qw(:case);
'Locale-Codes' =>
{
'MAINTAINER' => 'sbeck',
- 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.12.tar.gz',
+ 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.13.tar.gz',
'FILES' => q[cpan/Locale-Codes],
'EXCLUDED' => [ qw{t/pod_coverage.t t/pod.t}, qr{^t/runtests},
qr{^internal/}, qr{^examples/} ],