X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bee12a86ccd1e1d64a8efa369caaa4f08988741d;hb=bbec9b61e82d84f6c04327bb817ffff68688e629;hp=19455ff2d047641bfef438a5015008faf32512e0;hpb=c46e37e23ee81b583f5565058f3e732ea8bccfc0;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Makefile.PL b/Makefile.PL index 19455ff..bee12a8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,14 @@ use inc::Module::Install 0.65; -name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy'; -all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm'; +name 'Catalyst-Authentication-Credential-HTTP-Proxy'; +all_from 'lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm'; requires 'Catalyst::Runtime'; requires 'Catalyst::Plugin::Authentication'; -requires 'Test::MockObject'; +requires 'Catalyst::Authentication::Credential::HTTP' => '1.009'; requires 'LWP::Simple'; +build_requires 'Test::MockObject'; +build_requires 'Test::Exception'; auto_install; WriteAll;