projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba55dea
)
Remove a version check
gfx [Mon, 21 Sep 2009 07:47:27 +0000 (16:47 +0900)]
t/800_shikabased/013-compatibility-get_method_list.t
patch
|
blob
|
blame
|
history
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
(file)
--- 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;