release 0.1005
[catagits/Catalyst-Authentication-Store-LDAP.git] / Makefile.PL
index 54ebb06..8fa0f37 100644 (file)
@@ -10,8 +10,10 @@ 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');
+build_required('Test::Exception');
 
 auto_install();