From: Tomas Doran Date: Tue, 1 Sep 2009 01:07:47 +0000 (+0000) Subject: Author tests X-Git-Tag: 5.80012~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cabf5caaec7e12ea57b2cfdf9d327650b3412200;hp=79f7ee9672bbb14e900ada192aa567d542e37052 Author tests --- 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