Actually submit previous change.
[p5sagit/p5-mst-13.2.git] / ext / Storable / Makefile.PL
index 60e1453..985f56d 100644 (file)
@@ -14,7 +14,7 @@ WriteMakefile(
     MAN3PODS            => {},
 # We now ship this in t/
 #    PREREQ_PM           => { 'Test::More' => '0.41' },
-    INSTALLDIRS         => 'perl',
+    INSTALLDIRS                => $] >= 5.007 ? 'perl' : 'site',
     VERSION_FROM        => 'Storable.pm',
     dist                => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
 );