TypeKey: $store->get_user( \%params, \%result ) made into $store->get( $username...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Build.PL
index 1862ae9..efe2e2c 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,7 @@ my $build = Module::Build->new(
         'Catalyst'                         => '5.5',
         'Catalyst::Plugin::Authentication' => 0,
         'Authen::TypeKey'                  => 0,
-
+        'Test::MockObject'                 => '1.01',
     },
     create_readme => 1,
     sign          => 1,