X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3771f8a8982ee1a8c4396401b9970d54ec71dc98;hb=e5a5af6b61ef81ecce94f31e88335aa90de230f6;hp=abfc0e1a3ddc728df3787d94be6f3c66506f1e86;hpb=999ff2a4f3c0f1e3d0e4191f65971b2a7fd36d76;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index abfc0e1..3771f8a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use 5.008001; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; my %WriteMakefileArgs = ( NAME => 'Safe::Isa', @@ -27,6 +27,7 @@ my %WriteMakefileArgs = ( }, META_ADD => { + 'meta-spec' => { version => 2 }, prereqs => { configure => { requires => {