doc fixes for Credential::HTTP
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Build.PL
index 6b03b4d..42896dd 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,11 +6,13 @@ my $build = Module::Build->new(
     license            => 'perl',
     module_name        => 'Catalyst::Plugin::Authentication::Credential::HTTP',
     requires           => {
-        'perl'     => '5.8.1',
-        'Catalyst' => '5.49',
+        'perl'                             => '5.8.1',
+        'Catalyst'                         => '5.49',
         'Catalyst::Plugin::Authentication' => 0,
-        'String::Escape' => 0,
-        'URI::Escape' => 0,
+        'String::Escape'                   => 0,
+        'URI::Escape'                      => 0,
+        'Test::MockObject'                 => '1.01',
+        'Test::Exception'                  => 0,
     },
     create_readme => 1,
     sign          => 1,