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=8fdd72bf8fb8b393b2c872491b84ef071f1aa7d0;hb=1e64d7687d337827174ff18fc0682fdb8be65dbc;hpb=c38534fd98a2fd0cef0d8f0586affebb50e9d036 diff --git a/Build.PL b/Build.PL index 8fdd72b..77b8414 100644 --- a/Build.PL +++ b/Build.PL @@ -2,16 +2,17 @@ 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', - requires => { - 'Catalyst' => '5.5', - 'Catalyst::Plugin::Authentication' => 0, - 'Authen::TypeKey' - + module_name => 'Catalyst::Plugin::Authentication::Credential::HTTP::Proxy', + requires => { + 'Catalyst' => '5.5', + 'Catalyst::Plugin::Authentication' => 0, + 'Test::MockObject' => '1.01', + 'LWP::Simple' => 0, }, create_readme => 1, + sign => 1, ); $build->create_build_script;