Merge branch 'master' into topic/more-compatible
[gitmo/Mouse.git] / t / 800_shikabased / 013-compatibility-get_method_list.t
index 4b5b124..f197ca6 100644 (file)
@@ -1,6 +1,8 @@
 use strict;
 use warnings;
-use Test::More tests => 6;
+use Test::More;
+plan skip_all => "This test requires Moose 0.91" unless eval { require Moose; Moose->VERSION(0.91); };
+plan tests => 6;
 
 {
     package MouseClass;