this test fails with older moose
Tokuhiro Matsuno [Mon, 21 Sep 2009 03:07:20 +0000 (12:07 +0900)]
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/;