Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 46a3f88ea0ff45a7c2937b4814a6b5d9 > files > 1

perl-Package-Stash-XS-0.22-1.fc15.src.rpm

--- Package-Stash-XS-0.20/Makefile.PL	2011-01-11 17:35:44.000000000 +0000
+++ Package-Stash-XS-0.20/Makefile.PL	2011-01-12 09:05:56.710721007 +0000
@@ -4,7 +4,7 @@
 
 BEGIN { require 5.8.1; }
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.17;
 
 
 
@@ -16,7 +16,7 @@
     'Test::More' => '0.88'
   },
   'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+    'ExtUtils::MakeMaker' => '6.17'
   },
   'DISTNAME' => 'Package-Stash-XS',
   'EXE_FILES' => [],
@@ -46,6 +46,9 @@
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
+delete $WriteMakefileArgs{LICENSE}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+
 WriteMakefile(%WriteMakefileArgs);