diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 12:59:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-04 12:59:45 +0000 |
commit | f05fc781a61040f6c41c46560387019732fb8c28 (patch) | |
tree | 4cace445161173a924d7d089ca51c08fc3cb7d82 /ext/Digest/MD5/MD5.pm | |
parent | 469ddaa3ee4713398fbdc0aaf0e87f5bb0030b0e (diff) | |
download | perl-f05fc781a61040f6c41c46560387019732fb8c28.tar.gz |
Upgrade to Digest::MD5 2.24, with few extra tweaks:
(1) make the PATCHLEVEL logic as it is with List::Util
(more portable to older Perls)
(2) regen the MD5 checksums with ...
(3) ... the Mac OS Classic checksums generated via MacRoman
(just a guess)
(4) Keep the core Makefile.PL.
p4raw-id: //depot/perl@19986
Diffstat (limited to 'ext/Digest/MD5/MD5.pm')
-rw-r--r-- | ext/Digest/MD5/MD5.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Digest/MD5/MD5.pm b/ext/Digest/MD5/MD5.pm index 22366059e9..ece02dfbf2 100644 --- a/ext/Digest/MD5/MD5.pm +++ b/ext/Digest/MD5/MD5.pm @@ -3,7 +3,7 @@ package Digest::MD5; use strict; use vars qw($VERSION @ISA @EXPORT_OK); -$VERSION = '2.23'; # $Date: 2003/01/19 04:42:15 $ +$VERSION = '2.24'; # $Date: 2003/03/09 15:23:10 $ require Exporter; *import = \&Exporter::import; |