X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F800_shikabased%2F013-compatibility-get_method_list.t;fp=t%2F800_shikabased%2F013-compatibility-get_method_list.t;h=2b32960c4d46e28b33ce8b6050daa94504bab914;hb=144b1d97cffae7a7a6e4e913171cee2a44cffcdd;hp=8e85b84062317d436e5ceea9fa438c4be29542e9;hpb=097f8404eb0dbe3d3f256c97eb76ca01ffac79ef;p=gitmo%2FMouse.git diff --git a/t/800_shikabased/013-compatibility-get_method_list.t b/t/800_shikabased/013-compatibility-get_method_list.t index 8e85b84..2b32960 100644 --- a/t/800_shikabased/013-compatibility-get_method_list.t +++ b/t/800_shikabased/013-compatibility-get_method_list.t @@ -1,7 +1,7 @@ use strict; use warnings; use Test::More; -plan skip_all => "This test requires Moose" unless eval "require Moose; 1;"; +plan skip_all => "This test requires Moose 0.68" unless eval "require Moose 0.68; 1;"; plan tests => 6; test($_) for qw/Moose Mouse/;