diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-07-04 16:46:01 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-07-04 20:07:38 +0100 |
commit | 326fafaa3831cf61bbca838de6cca26aea3cacbe (patch) | |
tree | 82e4c43b1fe75baddb278eed284a79779427877b /Porting/Maintainers.pl | |
parent | 515cd85501e76e0c8589149b947b4df800dd9cb3 (diff) | |
download | perl-326fafaa3831cf61bbca838de6cca26aea3cacbe.tar.gz |
Update Digest-MD5 to CPAN version 2.40
[DELTA]
2010-07-03 Gisle Aas <gisle@ActiveState.com>
Release 2.40
Marc Pignat (1):
Safer alignment test [RT#35823]
Robin Barker (1):
consting in new ext/
Gisle Aas (1):
Remove the MacOS branch of this test
Diffstat (limited to 'Porting/Maintainers.pl')
-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 5395d4ba0f..95a15ec24b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -467,7 +467,7 @@ use File::Glob qw(:case); 'Digest::MD5' => { 'MAINTAINER' => 'gaas', - 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.39.tar.gz', + 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.40.tar.gz', 'FILES' => q[cpan/Digest-MD5], 'EXCLUDED' => [ qw{rfc1321.txt} ], 'UPSTREAM' => undef, |