Get rid of core XS dependencies
[p5sagit/Module-Metadata.git] / Makefile.PL
index b8d6de0..50c0fab 100644 (file)
@@ -1,3 +1,4 @@
+use 5.006;
 use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
@@ -24,6 +25,7 @@ WriteMakefile(
     ,
   },
   META_MERGE => {
+    'meta-spec' => { version => 2 },
     dynamic_config => 0,
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git
@@ -31,6 +33,4 @@ WriteMakefile(
       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
     },
   },
-
-  INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
 );