X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=blobdiff_plain;f=Makefile.PL;h=48798d6e6c6d789f7ad245e3f1b45210353361e7;hp=4646723a7151a759804dd053a214d5a8c4adc9f6;hb=df76da4a8640b9b6dcbc51b3a9a42c5f819ae699;hpb=83a3f0e991b5fc11342ac80ba8e7653f938dd795 diff --git a/Makefile.PL b/Makefile.PL index 4646723..48798d6 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' ) @@ -31,8 +32,9 @@ requires 'Test::More' => '0.88'; test_requires 'Test::Deep'; test_requires 'Test::Exception'; test_requires 'Test::WWW::Mechanize::PSGI'; -test_requires 'Plack::Middleware::ForceEnv'; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session/0.00/trunk/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-Session.git'; + +author_tests 't/author'; WriteAll;