This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
[perl5.git] / ext / Storable / Makefile.PL
index 4845d53..985f56d 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.PL,v 1.0.1.1 2001/01/03 09:38:39 ram Exp $
 #
 #  Copyright (c) 1995-2000, Raphael Manfredi
 #  
@@ -13,8 +12,9 @@ WriteMakefile(
     NAME                => 'Storable',
     DISTNAME            => "Storable",
     MAN3PODS            => {},
-    PREREQ_PM           => { 'Test::More' => '0.41' },
-    INSTALLDIRS         => 'perl',
+# We now ship this in t/
+#    PREREQ_PM           => { 'Test::More' => '0.41' },
+    INSTALLDIRS                => $] >= 5.007 ? 'perl' : 'site',
     VERSION_FROM        => 'Storable.pm',
     dist                => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
 );