ext/Devel/PPPort/t/test.t See if Devel::PPPort works
ext/Devel/PPPort/TODO Devel::PPPort Todo
ext/Digest/MD5/Changes Digest::MD5 extension changes
+ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture
ext/Digest/MD5/hints/irix_6.pl Hints for named architecture
ext/Digest/MD5/hints/MacOS.pl Hints for named architecture
ext/Digest/MD5/Makefile.PL Digest::MD5 extension makefile writer
use strict;
use vars qw($VERSION @ISA @EXPORT_OK);
-$VERSION = '2.22'; # $Date: 2003/01/05 00:56:14 $
+$VERSION = '2.23'; # $Date: 2003/01/19 04:42:15 $
require Exporter;
*import = \&Exporter::import;
}
}
+push(@extra, 'INSTALLDIRS' => 'perl') if $] >= 5.008;
WriteMakefile(
'NAME' => 'Digest::MD5',
--- /dev/null
+if ($] < 5.00503 and !$Config{gccversion}) {
+ print "
+ Because of a bug with the DEC system C compiler, some tests in
+ t/rfc2202.t will be skipped. These tests fail because the compiler
+ bug breaks Perl's 'x' operator for eight-bit characters. The
+ Digest:: modules themselves work and should be safe to install
+ anyway.
+
+ Versions of Perl after 5.005_03 will contain a workaround for the
+ bug.
+
+";
+}
$EXPECT = <<EOT;
aab6fda26844b46ca878f46394c52bb2 Changes
0565ec21b15c0f23f4c51fb327c8926d README
-0fcdd6d6e33b8772bd4b4832043035cd MD5.pm
+5d2a638a7323f5bd5b5c120c9330b99d MD5.pm
de2c149900efee0fbb39ad87dea68a43 MD5.xs
276da0aa4e9a08b7fe09430c9c5690aa rfc1321.txt
EOT
$EXPECT = <<EOT;
d286d6c6a61e44e88d1deba9954ce37a Changes
6c950a0211a5a28f023bb482037698cd README
-4e1043f0a7a266416d8408d6fa96f454 MD5.pm
+d31c9aefa1a9e40beda9fff1e1d9c02d MD5.pm
df178436ead9d354d63089fa0e01af27 MD5.xs
754b9db19f79dbc4992f7166eb0f37ce rfc1321.txt
EOT
$EXPECT = <<EOT;
d286d6c6a61e44e88d1deba9954ce37a Changes
6c950a0211a5a28f023bb482037698cd README
-4e1043f0a7a266416d8408d6fa96f454 MD5.pm
+d31c9aefa1a9e40beda9fff1e1d9c02d MD5.pm
df178436ead9d354d63089fa0e01af27 MD5.xs
754b9db19f79dbc4992f7166eb0f37ce rfc1321.txt
EOT