You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
594 B
31 lines
594 B
13 years ago
|
--- Test-EOL/Makefile.PL
|
||
|
+++ Test-EOL/Makefile.PL
|
||
|
@@ -4,7 +4,7 @@
|
||
|
|
||
|
|
||
|
|
||
|
-use ExtUtils::MakeMaker 6.30;
|
||
|
+use ExtUtils::MakeMaker;
|
||
|
|
||
|
|
||
|
|
||
|
@@ -17,7 +17,7 @@
|
||
|
"Test::More" => 0
|
||
|
},
|
||
|
"CONFIGURE_REQUIRES" => {
|
||
|
- "ExtUtils::MakeMaker" => "6.30"
|
||
|
+ "ExtUtils::MakeMaker" => "0"
|
||
|
},
|
||
|
"DISTNAME" => "Test-EOL",
|
||
|
"EXE_FILES" => [],
|
||
|
@@ -55,6 +55,9 @@
|
||
|
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
|
||
|
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
||
|
|
||
|
+delete $WriteMakefileArgs{LICENSE}
|
||
|
+ unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
|
||
|
+
|
||
|
WriteMakefile(%WriteMakefileArgs);
|
||
|
|
||
|
|