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
676 B
31 lines
676 B
--- Test-EOL-0.8/Makefile.PL 2010-06-11 00:06:27.000000000 +0100
|
|
+++ Test-EOL-0.8/Makefile.PL 2010-06-16 09:25:51.477819134 +0100
|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
-use ExtUtils::MakeMaker 6.31;
|
|
+use ExtUtils::MakeMaker;
|
|
|
|
|
|
|
|
@@ -16,7 +16,7 @@
|
|
'Test::More' => '0'
|
|
},
|
|
'CONFIGURE_REQUIRES' => {
|
|
- 'ExtUtils::MakeMaker' => '6.31'
|
|
+ 'ExtUtils::MakeMaker' => '0'
|
|
},
|
|
'DISTNAME' => 'Test-EOL',
|
|
'EXE_FILES' => [],
|
|
@@ -52,6 +52,9 @@
|
|
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
|
|
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
|
|
|
+delete $WriteMakefileArgs{LICENSE}
|
|
+ unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
|
|
+
|
|
WriteMakefile(%WriteMakefileArgs);
|
|
|
|
|