From 199626024f7087c05be3005965d33be2bb8a845f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Jun 2010 20:47:17 -0500 Subject: the test requires a later version of mx-insideout --- t/032-moosex-insideout.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/032-moosex-insideout.t b/t/032-moosex-insideout.t index 4d1b44f..128c437 100644 --- a/t/032-moosex-insideout.t +++ b/t/032-moosex-insideout.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; BEGIN { - eval "use MooseX::InsideOut ()"; + eval "use MooseX::InsideOut 0.100 ()"; plan skip_all => "MooseX::InsideOut is required for this test" if $@; plan tests => 10; } -- cgit v1.2.3-54-g00ecf