X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F800_shikabased%2F013-compatibility-get_method_list.t;h=4b5b124b18d136e4492110fba93c26f947d51269;hb=62225dfe344ee4caa7706570303159a775c07273;hp=f197ca6acb5000d7270ce70675608ca23da30306;hpb=5bbb261757cccd44652d2f7530600bd2374e55be;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 f197ca6..4b5b124 100644 --- a/t/800_shikabased/013-compatibility-get_method_list.t +++ b/t/800_shikabased/013-compatibility-get_method_list.t @@ -1,8 +1,6 @@ use strict; use warnings; -use Test::More; -plan skip_all => "This test requires Moose 0.91" unless eval { require Moose; Moose->VERSION(0.91); }; -plan tests => 6; +use Test::More tests => 6; { package MouseClass;