X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9ad5c7608eebf741cfbfd49a5422d35450936dd4;hb=1338323b977111cfabe38f3b999a9838a81c6a1f;hp=9b041d9a615bcc7959a44b3147d41f83f2c581e4;hpb=405489b5976c386ddad2a777eb31f75d8319a168;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 9b041d9..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'); @@ -13,8 +13,11 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); 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;