diff options
author | Steffen Mueller <smueller@cpan.org> | 2010-09-10 09:14:48 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-09-10 09:14:48 +0200 |
commit | 34a37ff2684b2c523d48c7bd1b535fe1def66099 (patch) | |
tree | d6439cdbfc65dd8a208ab1d72881710abaacc992 /Porting | |
parent | 85318b69b753c6704c6213a7ad352f41c140ef50 (diff) | |
download | perl-34a37ff2684b2c523d48c7bd1b535fe1def66099.tar.gz |
Upgrade Data::Dumper to 2.128
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cfe50be19c..3cb6f15d29 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -434,8 +434,8 @@ use File::Glob qw(:case); 'Data::Dumper' => { - 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam - 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.126.tar.gz', + 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam. Not really smueller + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.128.tar.gz', 'FILES' => q[dist/Data-Dumper], 'UPSTREAM' => 'blead', }, |