Require a new MX::SC to avoid warnings
Dave Rolsky [Tue, 5 Oct 2010 03:13:44 +0000 (22:13 -0500)]
t/006-cooperative.t

index 56579f1..7912263 100644 (file)
@@ -4,8 +4,8 @@ use warnings;
 use Test::More;
 
 use Test::Requires {
-   'MooseX::StrictConstructor' => 0.01, # skip all if not installed
-   'Test::Fatal' => 0.001,
+    'MooseX::StrictConstructor' => 0.09,
+    'Test::Fatal' => 0.001,
 };
 
 {