X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8fe806a2f4b2e5b7aaae45a9c57a8db0940d7790;hb=c2f2674554740f2bca2efb54c903a51599f43c6d;hp=8aa32c8168ccd82499b986a9d1ae045b19c52268;hpb=8ba206fe55285954012a1eda30087b336466739d;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/Makefile.PL b/Makefile.PL index 8aa32c8..8fe806a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'; @@ -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;