projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60e446e
)
Fix load.t
gfx [Sat, 24 Oct 2009 04:33:41 +0000 (13:33 +0900)]
t/000-load.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-load.t
b/t/000-load.t
index
e22f9ab
..
de7408b
100644
(file)
--- a/
t/000-load.t
+++ b/
t/000-load.t
@@
-2,9
+2,10
@@
package Foo;
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More tests => 2;
use_ok 'Mouse';
+use_ok 'Mouse::Role';
no warnings 'uninitialized';