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