projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7af7011
)
Don't try to import Mouse's sugar into main here
Shawn M Moore [Mon, 22 Dec 2008 03:55:23 +0000 (
03:55
+0000)]
t/800_shikabased/008-create_class.t
patch
|
blob
|
blame
|
history
diff --git
a/t/800_shikabased/008-create_class.t
b/t/800_shikabased/008-create_class.t
index
63a9df8
..
99143f3
100644
(file)
--- a/
t/800_shikabased/008-create_class.t
+++ b/
t/800_shikabased/008-create_class.t
@@
-1,6
+1,6
@@
use strict;
use warnings;
-use Mouse;
+use Mouse ();
use Test::More tests => 14;
use Test::Exception;