X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=dc525a366227d8b2704c8dbc395d74fd27eef98c;hp=00470d76af52e281a97b2a30d5f07f937c6ed487;hb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;hpb=2f3812528068bc1d9f7840067f0c03d36cd47e6d diff --git a/Makefile.PL b/Makefile.PL index 00470d7..dc525a3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,8 +33,10 @@ requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; +tests 't/*.t t/aggregate/*.t'; + if (-e 'inc/.author') { - build_requires 'Test::Perl::Critic'; + build_requires 'Test::NoTabs'; build_requires 'Test::Pod' => 1.14; build_requires 'Test::Pod::Coverage' => 1.04;