X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9b041d9a615bcc7959a44b3147d41f83f2c581e4;hb=405489b5976c386ddad2a777eb31f75d8319a168;hp=54ebb06a377703cdc1368690be5841912232133d;hpb=f66d606b37d8742dc27ce3216c84223302f60250;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 54ebb06..9b041d9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,9 @@ requires('Net::LDAP'); requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); #requires('Catalyst::Model::LDAP'); -build_requires('Net::LDAP::Server::Test' => '0.02'); +build_requires('Net::LDAP::Server::Test' => '0.07'); build_requires('Test::More'); +build_requires('Test::MockObject'); auto_install();