X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=52a644c453750acfc5a9c6f87a0d6b251f046d6a;hb=0455600a5a51f8ec252c4ed74cf8e1d237c9013c;hp=17790c7d906875ea4f59f98a2eb1b1da87da2d13;hpb=02323f3cef05ccd3e515a80b3204fa140d962d4f;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/Makefile.PL b/Makefile.PL index 17790c7..52a644c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,5 @@ use inc::Module::Install 0.87; +use Module::Install::AuthorTests; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' ) @@ -34,6 +35,8 @@ test_requires 'Test::WWW::Mechanize::PSGI'; test_requires 'Plack::Middleware::ForceEnv'; resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-Session.git'; +author_tests 't/author'; + WriteAll; sub is_upgrading_needed {