X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9ad5c7608eebf741cfbfd49a5422d35450936dd4;hb=a8fb838af9e57d5a5b53484c33fe61479e725fe4;hp=54ebb06a377703cdc1368690be5841912232133d;hpb=f66d606b37d8742dc27ce3216c84223302f60250;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 54ebb06..9ad5c76 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; name('Catalyst-Authentication-Store-LDAP'); abstract('Authenticate Users against LDAP Directories'); @@ -10,10 +10,14 @@ 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(); +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/'; + &WriteAll;