fix metadata
[p5sagit/Import-Into.git] / Makefile.PL
index 95c4f76..9a918a6 100644 (file)
@@ -27,7 +27,13 @@ my %WriteMakefileArgs = (
   },
 
   META_ADD => {
+    'meta-spec' => { version => 2 },
     prereqs => {
+      configure => {
+        requires => {
+          'ExtUtils::MakeMaker' => 0,
+        },
+      },
       runtime => {
         requires => {
           'strict' => '0',