projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
02ce50c
)
Fix load.t
gfx [Sat, 24 Oct 2009 05:19:04 +0000 (14:19 +0900)]
t/000-load.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-load.t
b/t/000-load.t
index
de7408b
..
3c02f2d
100644
(file)
--- a/
t/000-load.t
+++ b/
t/000-load.t
@@
-4,8
+4,8
@@
use strict;
use warnings;
use Test::More tests => 2;
-use_ok 'Mouse';
-use_ok 'Mouse::Role';
+require_ok 'Mouse';
+require_ok 'Mouse::Role';
no warnings 'uninitialized';