X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;fp=Build.PL;h=1862ae934dd93260d868f05a36fce54619b5344b;hb=b9f1b4a07550be553a37bf0f16efd6bf6f16d270;hp=b9b21e6e69f50262b31261ac8dd1198d07a2220e;hpb=75166a97b580b4ba49f0ea247ee4588b8ba82525;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index b9b21e6..1862ae9 100644 --- a/Build.PL +++ b/Build.PL @@ -2,13 +2,13 @@ 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' => 1, + 'Authen::TypeKey' => 0, }, create_readme => 1,