X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=95a2c57968d6f21db5f34f8c7ccd2b7b1c0b0628;hb=0d3c4264e91902605a92fc2f3d4c5b76a7f581cd;hp=1c9b5649e2cf967709d2ff8197ef9bf37ff74d1a;hpb=ff35d7cbd875264cd3387ed6d41a78fae6354366;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 1c9b564..95a2c57 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,11 +11,11 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); #requires('Catalyst::Model::LDAP'); build_requires('Net::LDAP::Server::Test' => '0.07'); -build_requires('Test::More'); +build_requires('Test::More', '0.88'); build_requires('Test::MockObject'); build_requires('Test::Exception'); -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Store-LDAP.git'; if ($Module::Install::AUTHOR) { system("pod2text lib/Catalyst/Authentication/Store/LDAP.pm > README")