From: gfx Date: Mon, 21 Sep 2009 07:47:27 +0000 (+0900) Subject: Remove a version check X-Git-Tag: 0.32~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ad574d90e0d07d8ad2f88f5020f96922b8aeccf;p=gitmo%2FMouse.git Remove a version check --- 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;