diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-26 00:34:14 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-26 01:05:32 +0200 |
commit | 62d37bf083493a0d8ff9c936e0183377500f804a (patch) | |
tree | 0253093b299256b95a75f9d84879e6c5fca47f1c /Porting | |
parent | 81495e8f23bf1036f3b2867f5e430a10815d7279 (diff) | |
download | perl-62d37bf083493a0d8ff9c936e0183377500f804a.tar.gz |
Upgrade Digest::MD5 from version 2.40 to 2.50
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 de6d64b55b..f50c19f4d4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -475,7 +475,7 @@ use File::Glob qw(:case); 'Digest::MD5' => { 'MAINTAINER' => 'gaas', - 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.40.tar.gz', + 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.50.tar.gz', 'FILES' => q[cpan/Digest-MD5], 'EXCLUDED' => [ qw{rfc1321.txt} ], 'UPSTREAM' => "cpan", |