X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=667a893259b2a54179985fbcfb5fafa534c8adee;hp=40f87be46adc27cb8d5a5afd9061a83b02818a60;hb=cabf5caaec7e12ea57b2cfdf9d327650b3412200;hpb=79f7ee9672bbb14e900ada192aa567d542e37052 diff --git a/Makefile.PL b/Makefile.PL index 40f87be..667a893 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ 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'; @@ -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