diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-10-08 00:35:34 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-12 14:38:19 +0000 |
commit | a2307be4b899f5bb1ef09b534ea96c8d5ffd7a73 (patch) | |
tree | 9e9bcb4657d827757463200356e073f442bf0c46 /ext/Storable/Makefile.PL | |
parent | 5d0b5eb0d84b46759ea760215f127e4722154ba8 (diff) | |
download | perl-a2307be4b899f5bb1ef09b534ea96c8d5ffd7a73.tar.gz |
Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18008
Diffstat (limited to 'ext/Storable/Makefile.PL')
-rw-r--r-- | ext/Storable/Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Storable/Makefile.PL b/ext/Storable/Makefile.PL index 3ac71c8b8b..60e1453e88 100644 --- a/ext/Storable/Makefile.PL +++ b/ext/Storable/Makefile.PL @@ -12,7 +12,8 @@ WriteMakefile( NAME => 'Storable', DISTNAME => "Storable", MAN3PODS => {}, - PREREQ_PM => { 'Test::More' => '0.41' }, +# We now ship this in t/ +# PREREQ_PM => { 'Test::More' => '0.41' }, INSTALLDIRS => 'perl', VERSION_FROM => 'Storable.pm', dist => { SUFFIX => 'gz', COMPRESS => 'gzip -f' }, |