X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c1501a612ed9c5ff05f4f48250e9d84d5023fa48;hb=d99b76939096104686844f02449947620bedff31;hp=f6bdc59b408290f7756977b4c542079c38118f55;hpb=eebdb0e48f5073a81e9a055e80457a8a2480e7bc;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index f6bdc59..c1501a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,10 @@ use inc::Module::Install 0.65; -name 'Catalyst-Authentication-Credential-HTTP'; -all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; +name 'Catalyst-Plugin-Authentication-Credential-HTTP'; +all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm'; requires 'Catalyst::Runtime'; -requires 'Catalyst::Plugin::Authentication' => '0.10000'; +requires 'Catalyst::Plugin::Authentication'; requires 'Data::UUID' => '0.11'; requires 'String::Escape'; requires 'Test::Exception';