X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3771f8a8982ee1a8c4396401b9970d54ec71dc98;hb=29153068c976a3dacb2d9440a2ab1f5286a299d1;hp=fed4f45908e7caa91013587583fcbbd826318f29;hpb=b187873476316983af25521f08134731227d786b;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index fed4f45..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 => { @@ -47,8 +48,6 @@ my %WriteMakefileArgs = ( }, }, }, - - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;