- Reinstate EPEL-5 compatibility - Drop redundant patch for building with ExtUtils::MakeMaker < 6.30epel9
parent
8b4fb2b834
commit
3bed51c60b
@ -1,30 +0,0 @@
|
||||
--- 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);
|
||||
|
||||
|
Loading…
Reference in new issue