X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=blobdiff_plain;f=Build.PL;h=77b8414cc063d4afee1b65e032f9fa1c58557c23;hp=b9b21e6e69f50262b31261ac8dd1198d07a2220e;hb=1e64d7687d337827174ff18fc0682fdb8be65dbc;hpb=75166a97b580b4ba49f0ea247ee4588b8ba82525 diff --git a/Build.PL b/Build.PL index b9b21e6..77b8414 100644 --- a/Build.PL +++ b/Build.PL @@ -2,14 +2,14 @@ use strict; use Module::Build; my $build = Module::Build->new( - create_makefile_pl => 'passthrough', + create_makefile_pl => 'traditional', license => 'perl', - module_name => 'Catalyst::Plugin::Authentication::Credential::TypeKey', + module_name => 'Catalyst::Plugin::Authentication::Credential::HTTP::Proxy', requires => { 'Catalyst' => '5.5', 'Catalyst::Plugin::Authentication' => 0, - 'Authen::TypeKey' => 1, - + 'Test::MockObject' => '1.01', + 'LWP::Simple' => 0, }, create_readme => 1, sign => 1,