moved build_requires to requires section
Brian Cassidy [Mon, 28 Nov 2005 18:01:39 +0000 (18:01 +0000)]
Build.PL

index edde2c7..efe2e2c 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,9 +9,7 @@ my $build = Module::Build->new(
         'Catalyst'                         => '5.5',
         'Catalyst::Plugin::Authentication' => 0,
         'Authen::TypeKey'                  => 0,
-    },
-    build_requires => {
-        'Test::MockObject' => '1.01'
+        'Test::MockObject'                 => '1.01',
     },
     create_readme => 1,
     sign          => 1,