X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f5673772a81b990e95c294ba73906657b5e32284;hb=ab62b426562470d4ffc97953ad15a3f5fca88008;hp=54ebb06a377703cdc1368690be5841912232133d;hpb=f66d606b37d8742dc27ce3216c84223302f60250;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 54ebb06..f567377 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.02'); +build_requires('Net::LDAP::Server::Test' => '0.03'); build_requires('Test::More'); auto_install();