X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d913cab14ffa4f36a6d68b2b6acddae634a9ba1e;hb=5f4bcf51b379716a486539293dcdf6859204d556;hp=7009167f431fd8a8dc36611e0b4fee95d92c7d03;hpb=3649d941fa4c6bfec3eae447e713f42d82fb025a;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7009167..d913cab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,6 @@ use inc::Module::Install 0.64; +use 5.008001; perl_version '5.8.1'; name 'Catalyst-Runtime'; @@ -34,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'.