Make author tests properly author only
[catagits/Catalyst-Plugin-Session.git] / Makefile.PL
index 17790c7..52a644c 100644 (file)
@@ -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 {