diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-18 21:29:05 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-18 21:29:05 +0100 |
commit | 45a6a02cb9a19e39a4a35e0428611cf7b34fd39e (patch) | |
tree | fc90eb0ca05adb06a5bbbd5e5496fc0ce11cd545 /Porting | |
parent | e86c8c9d6da6c53aa2b53fdfb9803aaf5264a6ad (diff) | |
download | perl-45a6a02cb9a19e39a4a35e0428611cf7b34fd39e.tar.gz |
Upgrade Encode from 2.39 to 2.40
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 460f845c6c..9ba90e6c77 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -493,7 +493,7 @@ use File::Glob qw(:case); 'Encode' => { 'MAINTAINER' => 'dankogai', - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.39.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.40.tar.gz', 'FILES' => q[cpan/Encode], 'UPSTREAM' => undef, }, |