projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24ad3f6
)
Use t::Exception for this test
Shawn M Moore [Wed, 3 Dec 2008 03:18:55 +0000 (
03:18
+0000)]
t/000-recipes/001_point.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-recipes/001_point.t
b/t/000-recipes/001_point.t
index
9fb061e
..
3b7831d
100644
(file)
--- a/
t/000-recipes/001_point.t
+++ b/
t/000-recipes/001_point.t
@@
-4,7
+4,8
@@
use strict;
use warnings;
use Test::More tests => 58;
-use Mouse::Util ':test';
+use Mouse::Util;
+use t::Exception;
BEGIN {
use_ok('Mouse');