X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b510d5a8509a37b2be1f7ec70f9979b432ecb48a;hb=01422daddaec6af75a70db77f14270a8924e8c6c;hp=1862ae934dd93260d868f05a36fce54619b5344b;hpb=ed18d7e635b8fcf559196eb6f72fd28e5f5410f6;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index 1862ae9..b510d5a 100644 --- a/Build.PL +++ b/Build.PL @@ -9,8 +9,10 @@ my $build = Module::Build->new( 'Catalyst' => '5.5', 'Catalyst::Plugin::Authentication' => 0, 'Authen::TypeKey' => 0, - }, + build_requires => { + 'Test::MockObject' => '1.01' + } create_readme => 1, sign => 1, );