Chop out crap that is not needed
[catagits/Catalyst-Plugin-Session.git] / Makefile.PL
index 4646723..48798d6 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' )
@@ -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;