X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=6fae99af95d340c869c10c81a9aff390722fd213;hp=40f87be46adc27cb8d5a5afd9061a83b02818a60;hb=40db8b6a6ff1e7edaa0cf09588882e4db88ea4ee;hpb=5e4eccfbfb82a28a5773d3a9412e096a3530007e diff --git a/Makefile.PL b/Makefile.PL index 40f87be..6fae99a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,9 +5,10 @@ BEGIN { # Make it easy for newbies if ($Module::Install::AUTHOR) { require Module::Install::AuthorRequires; require Module::Install::CheckConflicts; + require Module::Install::AuthorTests; } } -perl_version '5.008006'; +perl_version '5.008004'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; @@ -61,6 +62,7 @@ else { map { glob } qw[t/*.t t/aggregate/*.t]; } +author_tests 't/author'; author_requires(map {; $_ => 0 } qw( Test::NoTabs Test::Pod