From: Jarkko Hietaniemi Date: Mon, 6 May 2002 12:01:36 +0000 (+0000) Subject: Upgrade to Digest::MD5 2.20. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0dfa9f3773ecb4814239b03fbd8b84e449a97c6b;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Digest::MD5 2.20. p4raw-id: //depot/perl@16427 --- diff --git a/ext/Digest/MD5/Changes b/ext/Digest/MD5/Changes index 896ff5e..a100886 100644 --- a/ext/Digest/MD5/Changes +++ b/ext/Digest/MD5/Changes @@ -1,3 +1,16 @@ +2002-05-05 Gisle Aas + + Release 2.20 + + More synchronization with tweaks Jarkko have done to the + bleadperl test suite. This time various EBCDIC hacks. + + Outside PERL_CORE the md5-aaa.t test loaded the wrong version of + the module (and would fail if no previous Digest::MD5 was installed). + Patch by Mike Stok + + + 2002-05-01 Gisle Aas Release 2.19 diff --git a/ext/Digest/MD5/MD5.pm b/ext/Digest/MD5/MD5.pm index 18dc1f6..372e007 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.19'; # $Date: 2002/05/02 02:40:12 $ +$VERSION = '2.20'; # $Date: 2002/05/06 05:15:09 $ require Exporter; *import = \&Exporter::import; diff --git a/ext/Digest/MD5/t/files.t b/ext/Digest/MD5/t/files.t index 5d25322..c020559 100644 --- a/ext/Digest/MD5/t/files.t +++ b/ext/Digest/MD5/t/files.t @@ -23,17 +23,17 @@ my $EXPECT; if (ord "A" == 193) { # EBCDIC $EXPECT = <