X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b510d5a8509a37b2be1f7ec70f9979b432ecb48a;hb=01422daddaec6af75a70db77f14270a8924e8c6c;hp=b9b21e6e69f50262b31261ac8dd1198d07a2220e;hpb=75166a97b580b4ba49f0ea247ee4588b8ba82525;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index b9b21e6..b510d5a 100644 --- a/Build.PL +++ b/Build.PL @@ -2,15 +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' => 1, - + 'Authen::TypeKey' => 0, }, + build_requires => { + 'Test::MockObject' => '1.01' + } create_readme => 1, sign => 1, );