X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=50c0fab723b60916de161e83fdbd81c6883b22f7;hb=noxs;hp=b8d6de07b62a2881c8bc2b09b2723af912ee380c;hpb=a2115d459dc9653398c3543e8deb41bbed014f08;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index b8d6de0..50c0fab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'), );