From: Graham Knop Date: Sun, 1 Jun 2014 05:10:31 +0000 (-0400) Subject: list pod test modules as develop prereqs X-Git-Tag: v1.005006~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=2074d68be95dd120da75630626cc72b2c429b48e list pod test modules as develop prereqs --- diff --git a/Makefile.PL b/Makefile.PL index e34050d..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, } }, },