From: Peter Karman Date: Tue, 9 Sep 2008 21:18:58 +0000 (+0000) Subject: bump req version X-Git-Tag: v0.1003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=714f0c1659fccf1f55e9af25f6077c2b9dc2754a;p=catagits%2FCatalyst-Authentication-Store-LDAP.git bump req version --- diff --git a/Makefile.PL b/Makefile.PL index f567377..1adc030 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ 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'); auto_install();