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=29dd6f8c54dae6c796b38bf6e8aada574e7e77af;hb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;hpb=1faaa3e99565660c7e3cd433e01c80343828f8a8 diff --git a/Makefile.PL b/Makefile.PL index 29dd6f8..dc525a3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,6 +33,8 @@ 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::NoTabs'; build_requires 'Test::Pod' => 1.14;