Remove Authen::TypeKey borkedness warning
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Build.PL
index b510d5a..efe2e2c 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,10 +9,8 @@ my $build = Module::Build->new(
         'Catalyst'                         => '5.5',
         'Catalyst::Plugin::Authentication' => 0,
         'Authen::TypeKey'                  => 0,
+        'Test::MockObject'                 => '1.01',
     },
-    build_requires => {
-        'Test::MockObject' => '1.01'
-    }
     create_readme => 1,
     sign          => 1,
 );