X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006-cooperative.t;h=4d6d832fa6d3fd0cbcaab7e7685c610b3e6bec79;hb=7fc144c9cb90c2fc7f37fcf956f53bcefe369419;hp=56579f141846bcc5d2ead86fba0a681b6a82a3e2;hpb=c1068a210140ebcce00a286dd89624914c3cd8d7;p=gitmo%2FMooseX-Singleton.git diff --git a/t/006-cooperative.t b/t/006-cooperative.t index 56579f1..4d6d832 100644 --- a/t/006-cooperative.t +++ b/t/006-cooperative.t @@ -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.16, + 'Test::Fatal' => 0.001, }; {