From: Tomas Doran Date: Sat, 23 May 2009 11:09:06 +0000 (+0000) Subject: Add repository resource to all the MI Makefile.PLs X-Git-Tag: v1.004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=c2f2674554740f2bca2efb54c903a51599f43c6d;hp=e996a5cb22117d65811407293251e6b1c75359a8 Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 5b81684..8fe806a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,4 +11,6 @@ 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;