X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=blobdiff_plain;f=Makefile.PL;h=8fe806a2f4b2e5b7aaae45a9c57a8db0940d7790;hp=5b81684bbb0a0478ff7e9ef8ccafe9eb9c35ea64;hb=c2f2674554740f2bca2efb54c903a51599f43c6d;hpb=e996a5cb22117d65811407293251e6b1c75359a8 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;