From c8780a73668f93a1203363e8df5c0b9feb79a914 Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Tue, 9 Jun 2009 23:13:26 +0200 Subject: [PATCH] Upgrade to Digest-MD5-2.39 --- ext/Digest-MD5/Changes | 15 ++++++++++++++- ext/Digest-MD5/MD5.pm | 2 +- ext/Digest-MD5/Makefile.PL | 3 --- ext/Digest-MD5/t/files.t | 10 ++-------- 4 files changed, 17 insertions(+), 13 deletions(-) mode change 100755 => 100644 ext/Digest-MD5/Makefile.PL diff --git a/ext/Digest-MD5/Changes b/ext/Digest-MD5/Changes index 3d1c723..277a27e 100644 --- a/ext/Digest-MD5/Changes +++ b/ext/Digest-MD5/Changes @@ -1,3 +1,16 @@ +2009-06-09 Gisle Aas + + Release 2.39 + + Nicholas Clark (2): + Get rid of the PERL_CORE hacks + Sync core: Rename ext/Digest/MD5 to ext/Digest-MD5 + + Jerry Hedden (1): + Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL + + + 2008-11-14 Gisle Aas Release 2.38 @@ -294,7 +307,7 @@ The fallback code introduced in 2.10 did only work for perl-5.6.0. It should now for for perl5.004 and 5.005 - as well. Patch by Ville Skyttä . + as well. Patch by Ville Skyttä . diff --git a/ext/Digest-MD5/MD5.pm b/ext/Digest-MD5/MD5.pm index 0f536bb..4e2adbe 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.38'; +$VERSION = '2.39'; require Exporter; *import = \&Exporter::import; diff --git a/ext/Digest-MD5/Makefile.PL b/ext/Digest-MD5/Makefile.PL old mode 100755 new mode 100644 index bb23687..0a3a016 --- a/ext/Digest-MD5/Makefile.PL +++ b/ext/Digest-MD5/Makefile.PL @@ -4,8 +4,6 @@ use strict; use Config qw(%Config); use ExtUtils::MakeMaker; -my $PERL_CORE = grep $_ eq "PERL_CORE=1", @ARGV; - my @extra; @extra = (DEFINE => "-DU32_ALIGNMENT_REQUIRED") unless free_u32_alignment(); @@ -19,7 +17,6 @@ if ($^O eq 'VMS') { } push(@extra, 'INSTALLDIRS' => 'perl') if $] >= 5.008; -push(@extra, 'MAN3PODS' => {}) if $PERL_CORE; # Pods built by installman. push @extra, 'LICENSE' => 'perl' if eval($ExtUtils::MakeMaker::VERSION) >= "6.30"; WriteMakefile( diff --git a/ext/Digest-MD5/t/files.t b/ext/Digest-MD5/t/files.t index 78f1178..26d64e3 100644 --- a/ext/Digest-MD5/t/files.t +++ b/ext/Digest-MD5/t/files.t @@ -5,7 +5,7 @@ BEGIN { } } -print "1..5\n"; +print "1..3\n"; use strict; use Digest::MD5 qw(md5 md5_hex md5_base64); @@ -20,26 +20,20 @@ use Digest::MD5 qw(md5 md5_hex md5_base64); my $EXPECT; if (ord "A" == 193) { # EBCDIC $EXPECT = <