X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=596f497ab6adc2f0a4f4ace7db694fab642e66a6;hb=a50635bf37ea7ffd304097bfb7d3e44aaeb724a8;hp=c1501a612ed9c5ff05f4f48250e9d84d5023fa48;hpb=d99b76939096104686844f02449947620bedff31;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index c1501a6..596f497 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,16 @@ 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'; auto_install; WriteAll;