Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / Makefile.PL
index 0587d2f..8fe806a 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
-use inc::Module::Install;
+use inc::Module::Install 0.87;
 
-name 'Catalyst-Authenticaton-Store-Htpasswd';
+name 'Catalyst-Authentication-Store-Htpasswd';
 all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm';
 
 requires 'Catalyst::Plugin::Authentication' => '0.10006';
@@ -9,5 +9,8 @@ requires 'Authen::Htpasswd' => '0.13';
 requires 'Class::Accessor::Fast';
 requires 'Crypt::PasswdMD5';
 build_requires 'Test::WWW::Mechanize::Catalyst';
+build_requires 'Test::use::ok';
+
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-Htpasswd/1.000/trunk/';
 
 WriteAll;