ensure we create a v2 meta file
[p5sagit/Package-Variant.git] / Makefile.PL
index ed06169..2313402 100644 (file)
@@ -19,6 +19,7 @@ WriteMakefile(
   },
 
   META_MERGE => {
+    'meta-spec' => { version => 2 },
     dynamic_config => 0,
 
     resources => {
@@ -26,5 +27,7 @@ WriteMakefile(
       repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git',
       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git',
     },
+
+    no_index => { package => [ 'string' ] },
   },
 );