X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=96617520b0c225ccb941906429bc9f701c62ad7b;hb=8f5d966b540636b91cf6aaf936c5cce97330037e;hp=c1501a612ed9c5ff05f4f48250e9d84d5023fa48;hpb=d99b76939096104686844f02449947620bedff31;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index c1501a6..9661752 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,18 @@ use inc::Module::Install 0.65; -name 'Catalyst-Plugin-Authentication-Credential-HTTP'; -all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm'; +name 'Catalyst-Authentication-Credential-HTTP'; +all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; requires 'Catalyst::Runtime'; -requires 'Catalyst::Plugin::Authentication'; +requires 'Catalyst::Plugin::Authentication' => '0.10000'; requires 'Data::UUID' => '0.11'; requires 'String::Escape'; requires 'Test::Exception'; requires 'Test::MockObject'; requires 'URI::Escape'; +requires 'Class::Accessor::Fast'; + +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP'; auto_install; WriteAll;