X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F800_shikabased%2F013-compatibility-get_method_list.t;h=41d886e363fa46e633e688a677b6fa26eedf26dd;hp=f7b6dfa9c60340ca010b275430654f9e2c4c7a72;hb=7d987c56aa22bb6f6a694783bd7158ef37fad85f;hpb=0d6e12bec0f93cd1e6e0f58bd00fbad9447dd325 diff --git a/t/800_shikabased/013-compatibility-get_method_list.t b/t/800_shikabased/013-compatibility-get_method_list.t index f7b6dfa..41d886e 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 0.68" unless eval { require Moose; Moose->VERSION(0.68); }; +plan skip_all => "This test requires Moose 0.81" unless eval { require Moose; Moose->VERSION(0.81); }; plan tests => 6; test($_) for qw/Moose Mouse/;