From: Dave Rolsky Date: Tue, 5 Oct 2010 03:13:44 +0000 (-0500) Subject: Require a new MX::SC to avoid warnings X-Git-Tag: 0.27~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=181569bbc8d1da2c19ed500822a727cb50836d71;p=gitmo%2FMooseX-Singleton.git Require a new MX::SC to avoid warnings --- 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, }; {