Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Store-LDAP.git] / Makefile.PL
index 9b041d9..9ad5c76 100644 (file)
@@ -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;