X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ee123c70e6d25f6b3dd7b00aa7aaadbcebd21e0b;hb=89ab2886c28994132b9892737764c5e64bd6ab62;hp=f5673772a81b990e95c294ba73906657b5e32284;hpb=1404e8595030cfbf1224787906eaba2029749ff0;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index f567377..ee123c7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; name('Catalyst-Authentication-Store-LDAP'); abstract('Authenticate Users against LDAP Directories'); @@ -10,8 +10,9 @@ requires('Net::LDAP'); requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); #requires('Catalyst::Model::LDAP'); -build_requires('Net::LDAP::Server::Test' => '0.03'); +build_requires('Net::LDAP::Server::Test' => '0.07'); build_requires('Test::More'); +build_requires('Test::MockObject'); auto_install();