X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006-cooperative.t;h=4d6d832fa6d3fd0cbcaab7e7685c610b3e6bec79;hb=7fc144c9cb90c2fc7f37fcf956f53bcefe369419;hp=7912263f4821b2bfe21d30c5dad50c7ec907894e;hpb=181569bbc8d1da2c19ed500822a727cb50836d71;p=gitmo%2FMooseX-Singleton.git diff --git a/t/006-cooperative.t b/t/006-cooperative.t index 7912263..4d6d832 100644 --- a/t/006-cooperative.t +++ b/t/006-cooperative.t @@ -4,7 +4,7 @@ use warnings; use Test::More; use Test::Requires { - 'MooseX::StrictConstructor' => 0.09, + 'MooseX::StrictConstructor' => 0.16, 'Test::Fatal' => 0.001, };