X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=abfc0e1a3ddc728df3787d94be6f3c66506f1e86;hb=c03ede634565ba88366e36ce5cacac3dabb35500;hp=4b66b8e7ffd55adda57fd3c4c8418794466cac01;hpb=74a7df2b7a7a4209d4f40b052e9e354e3a167e1b;p=p5sagit%2FSafe-Isa.git diff --git a/Makefile.PL b/Makefile.PL index 4b66b8e..abfc0e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,10 +40,13 @@ my %WriteMakefileArgs = ( perl => '5.006', }, }, + test => { + requires => { + 'Test::More' => '0', + }, + }, }, }, - - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;