X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f6bdc59b408290f7756977b4c542079c38118f55;hb=eebdb0e48f5073a81e9a055e80457a8a2480e7bc;hp=c1501a612ed9c5ff05f4f48250e9d84d5023fa48;hpb=826670f99c7d83b218b7067d4a3d3ce3e32e49a9;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index c1501a6..f6bdc59 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,10 @@ 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';