summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-04 20:47:17 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-04 20:47:17 -0500
commit199626024f7087c05be3005965d33be2bb8a845f (patch)
tree4b8a9f56ff98890bb20412454cfd7df4c79e21e1 /t
parent82e81e794df21b7a1012598007a11a3815282943 (diff)
downloadmoosex-nonmoose-199626024f7087c05be3005965d33be2bb8a845f.tar.gz
moosex-nonmoose-199626024f7087c05be3005965d33be2bb8a845f.zip
the test requires a later version of mx-insideout
Diffstat (limited to 't')
-rw-r--r--t/032-moosex-insideout.t2
1 files changed, 1 insertions, 1 deletions
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;
}