From: Dave Rolsky Date: Thu, 19 May 2011 18:41:24 +0000 (-0500) Subject: Need MX::SC 0.16 for this test to work X-Git-Tag: 0.27~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=bd2e73208b9e7bf12ab0849be8b009cdd9be2f1b Need MX::SC 0.16 for this test to work --- 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, };