Subject: | Module::CoreList in 5.8.9 |
Need to tweak Makefile.PL to install Module::CoreList in correct
directories for 5.8.9:
--- Module-CoreList-2.14/Makefile.PL
+++ Module-CoreList-2.14/Makefile.PL
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
-push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.009002;
+push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009;
WriteMakefile
(
Subject: | corelist.patch |
--- Module-CoreList-2.14/Makefile.PL
+++ Module-CoreList-2.14/Makefile.PL
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
-push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.009002;
+push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009;
WriteMakefile
(