X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=efe2e2c11d8f123f3aaad4c8b65210f41d415041;hb=4332afab97ea8e5e0f92bad849d69c273fbc2086;hp=8fdd72bf8fb8b393b2c872491b84ef071f1aa7d0;hpb=c38534fd98a2fd0cef0d8f0586affebb50e9d036;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index 8fdd72b..efe2e2c 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::TypeKey', + requires => { + 'Catalyst' => '5.5', + 'Catalyst::Plugin::Authentication' => 0, + 'Authen::TypeKey' => 0, + 'Test::MockObject' => '1.01', }, create_readme => 1, + sign => 1, ); $build->create_build_script;