added Test::MockObject to build_requires
Brian Cassidy [Mon, 28 Nov 2005 14:23:22 +0000 (14:23 +0000)]
Build.PL

index 1862ae9..b510d5a 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,8 +9,10 @@ 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,
 );