this test fails with older moose
[gitmo/Mouse.git] / t / 800_shikabased / 013-compatibility-get_method_list.t
index 1fd9a2f..735d5c3 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use Test::More;
-plan skip_all => "This test requires Moose 0.81" unless eval { require Moose; Moose->VERSION(0.81); };
+plan skip_all => "This test requires Moose 0.91" unless eval { require Moose; Moose->VERSION(0.91); };
 plan tests => 6;
 
 test($_) for qw/Moose Mouse/;