Release commit for 1.000016
[p5sagit/Module-Metadata.git] / Makefile.PL
index b8d6de0..9b7e4ad 100644 (file)
@@ -24,6 +24,7 @@ WriteMakefile(
     ,
   },
   META_MERGE => {
+    'meta-spec' => { version => 2 },
     dynamic_config => 0,
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git
@@ -31,6 +32,4 @@ WriteMakefile(
       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
     },
   },
-
-  INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
 );