X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8fe806a2f4b2e5b7aaae45a9c57a8db0940d7790;hb=c2f2674554740f2bca2efb54c903a51599f43c6d;hp=7b6fbc4ce189123de0559346464cfa4130743d3d;hpb=9a398d0fb729be77f748e8cb72220ba85948c06d;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/Makefile.PL b/Makefile.PL index 7b6fbc4..8fe806a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ use strict; -use inc::Module::Install; +use inc::Module::Install 0.87; name 'Catalyst-Authentication-Store-Htpasswd'; all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm'; @@ -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;