[Catalyst-commits] r8382 - Catalyst-Authentication-Store-LDAP/trunk

karpet at dev.catalyst.perl.org karpet at dev.catalyst.perl.org
Tue Sep 9 22:18:58 BST 2008


Author: karpet
Date: 2008-09-09 22:18:58 +0100 (Tue, 09 Sep 2008)
New Revision: 8382

Modified:
   Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
Log:
bump req version

Modified: Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL	2008-09-09 21:11:28 UTC (rev 8381)
+++ Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL	2008-09-09 21:18:58 UTC (rev 8382)
@@ -10,7 +10,7 @@
 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');
 
 auto_install();




More information about the Catalyst-commits mailing list