X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d913cab14ffa4f36a6d68b2b6acddae634a9ba1e;hb=6a5aa41cfee356f6d9cab2e041cec6f6f6dc8dec;hp=443d622edd50dc693bc7c422fc3c2ca481e0c5b0;hpb=a97601e0468f57ffe332dd855d55ef67fc0a4417;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 443d622..d913cab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,6 +35,8 @@ requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness if (-e 'inc/.author') { build_requires 'Test::Perl::Critic'; + build_requires 'Test::Pod' => 1.14; + build_requires 'Test::Pod::Coverage' => 1.04; if ($^O eq 'darwin') { makemaker_args(dist => { PREOP => 'if [ "$$COPY_EXTENDED_ATTRIBUTES_DISABLE" != "true" ]; then'.