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