projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
07d18a6
)
Use Test::Exception in this test
Shawn M Moore [Tue, 9 Dec 2008 02:53:59 +0000 (
02:53
+0000)]
t/033-readwrite.t
patch
|
blob
|
blame
|
history
diff --git
a/t/033-readwrite.t
b/t/033-readwrite.t
index
78f45f8
..
877152e
100644
(file)
--- a/
t/033-readwrite.t
+++ b/
t/033-readwrite.t
@@
-2,7
+2,7
@@
use strict;
use warnings;
use Test::More tests => 4;
-use Mouse::Util ':test';
+use Test::Exception;
do {
package Class;