Need MX::SC 0.16 for this test to work
Dave Rolsky [Thu, 19 May 2011 18:41:24 +0000 (13:41 -0500)]
t/006-cooperative.t

index 7912263..4d6d832 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use Test::More;
 
 use Test::Requires {
-    'MooseX::StrictConstructor' => 0.09,
+    'MooseX::StrictConstructor' => 0.16,
     'Test::Fatal' => 0.001,
 };