- fixed typo in Credential::TypeKey
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Build.PL
index 1862ae9..edde2c7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,9 @@ 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,