added Test::MockObject to build_requires
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Build.PL
index b9b21e6..b510d5a 100644 (file)
--- 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,
 );