X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=90be8ea7230ec61fcf4cde6ae9ac56958a0d311e;hb=07dc8b03715dd0cb8236a75d52481e21344e36df;hp=d2c495efe56fa41307bb0d5d0c3b38f3292b379c;hpb=18f7122ed1b59f335b2fa69af8211da1c97d4488;p=p5sagit%2Fstrictures.git diff --git a/Makefile.PL b/Makefile.PL index d2c495e..90be8ea 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,9 @@ my %META = ( }, }, develop => { requires => { + 'Test::Pod' => 0, + 'Test::Pod::Coverage' => 0, + 'Pod::Coverage::CountParents' => 0, %extra_prereqs, } }, }, @@ -56,7 +59,6 @@ my %MM_ARGS = ( PREREQ_PM => { ($] >= 5.008004 && $have_compiler ? %extra_prereqs : () ) }, - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); sub parse_args {