X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8fe806a2f4b2e5b7aaae45a9c57a8db0940d7790;hb=6cb6e99e2ed92493b62e055fe6fce5bc8ce16bf7;hp=fb2132e7ec9af702edb6d2f274df4a16c7085a8a;hpb=1658508350f43b56a125c3d276b7af0ad7d9b8e8;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/Makefile.PL b/Makefile.PL index fb2132e..8fe806a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,16 @@ 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'; 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;