get entries in array context rather than scalar context, allowing for multiple values...
[catagits/Catalyst-Authentication-Store-LDAP.git] / Makefile.PL
index 54ebb06..f567377 100644 (file)
@@ -10,7 +10,7 @@ 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.03');
 build_requires('Test::More');
 
 auto_install();