From: Brian Cassidy Date: Mon, 28 Nov 2005 18:01:39 +0000 (+0000) Subject: moved build_requires to requires section X-Git-Tag: v0.03~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=commitdiff_plain;h=9840a68c99ca18a1c98403a8aefb9e53fbb5b539 moved build_requires to requires section --- diff --git a/Build.PL b/Build.PL index edde2c7..efe2e2c 100644 --- a/Build.PL +++ b/Build.PL @@ -9,9 +9,7 @@ my $build = Module::Build->new( 'Catalyst' => '5.5', 'Catalyst::Plugin::Authentication' => 0, 'Authen::TypeKey' => 0, - }, - build_requires => { - 'Test::MockObject' => '1.01' + 'Test::MockObject' => '1.01', }, create_readme => 1, sign => 1,