I don't actually need any of the extra lines, calling ->ldap_bind on the store I...
[catagits/Catalyst-Authentication-Store-LDAP.git] / Makefile.PL
index f567377..ee123c7 100644 (file)
@@ -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();