X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b510d5a8509a37b2be1f7ec70f9979b432ecb48a;hb=01422daddaec6af75a70db77f14270a8924e8c6c;hp=8fdd72bf8fb8b393b2c872491b84ef071f1aa7d0;hpb=c38534fd98a2fd0cef0d8f0586affebb50e9d036;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index 8fdd72b..b510d5a 100644 --- a/Build.PL +++ b/Build.PL @@ -2,16 +2,19 @@ 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, }, + build_requires => { + 'Test::MockObject' => '1.01' + } create_readme => 1, + sign => 1, ); $build->create_build_script;