projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0864847
)
No need to skip these tests, since tokuhirom++ implemented role-role
Shawn M Moore [Sat, 7 Mar 2009 00:05:32 +0000 (
00:05
+0000)]
composition
t/800_shikabased/007-multi-roles.t
patch
|
blob
|
blame
|
history
diff --git
a/t/800_shikabased/007-multi-roles.t
b/t/800_shikabased/007-multi-roles.t
index
8334595
..
671e7d5
100644
(file)
--- a/
t/800_shikabased/007-multi-roles.t
+++ b/
t/800_shikabased/007-multi-roles.t
@@
-1,9
+1,6
@@
use strict;
use warnings;
-use Test::More;
-
-plan skip_all => "Moose way 'with' function test" unless $ENV{MOUSE_DEVEL};
-plan tests => 3;
+use Test::More tests => 3;
{
package Requires;