migrate to git \o/
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Makefile.PL
index fe40c96..5397fb4 100644 (file)
@@ -17,7 +17,6 @@ requires "Net::OpenID::Consumer" => "1.03";
 requires "Catalyst::Plugin::Authentication";
 requires "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
 requires "Catalyst::Plugin::Session::State::Cookie" => "0.08";
-requires "Catalyst::Engine::HTTP" => undef;
 
 recommends "Config::General"     => "2";
 recommends "YAML"                => "0.6";
@@ -32,6 +31,7 @@ test_requires "Test::More"      => "0.42";
 # test_requires "Net::DNS"       => undef;
 # test_requires "IO::Socket::INET"   => undef;
 
+author_tests 't/author';
 author_requires(
    'Test::WWW::Mechanize' => undef,
    'Catalyst::Runtime' => undef,
@@ -58,8 +58,7 @@ if ( $Module::Install::AUTHOR )
         or die "Couldn't update the README";
 }
 
-auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OpenID/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Credential-OpenID.git';
 
 WriteAll;