diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-10-01 00:15:01 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-10-01 00:15:01 +0200 |
commit | c059848dda15ddd2e5e825b0731428fe2ac3e644 (patch) | |
tree | 734636756e9cf0058308167e0cf7b52b5b76db94 /Porting | |
parent | 5d51ce98fae3de078d69723f2d6256ab12ad8548 (diff) | |
download | perl-c059848dda15ddd2e5e825b0731428fe2ac3e644.tar.gz |
Upgrade Digest::MD5 from version 2.50 to 2.51
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 c5cbe288da..416dda7955 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.50.tar.gz', + 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.51.tar.gz', 'FILES' => q[cpan/Digest-MD5], 'EXCLUDED' => [ qw{rfc1321.txt} ], 'UPSTREAM' => "cpan", |