X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F201-squirrel.t;h=daeed221d206528bb7cd0b19052e52f9aa89923a;hb=de3f9ba5c62f6e2b1cf64d057ffef60224b4204a;hp=c2fb73bd854b815428de659a0859a56c8f2447eb;hpb=b03fda9f71bd6f81a435f1df67be4131da86189d;p=gitmo%2FMouse.git diff --git a/t/201-squirrel.t b/t/201-squirrel.t index c2fb73b..daeed22 100644 --- a/t/201-squirrel.t +++ b/t/201-squirrel.t @@ -27,7 +27,7 @@ do { # affecting its definition BEGIN { - plan skip_all => "Moose required for this test" unless eval { require Moose }; + plan skip_all => "Moose 0.68 required for this test" unless eval { require Moose && Moose->VERSION('0.68') }; plan tests => 12; }