projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2aa2fe
)
oops, role composition test needed Test::Exception also
Robert Buels [Mon, 9 Aug 2010 17:23:16 +0000 (10:23 -0700)]
t/08-role-composition.t
patch
|
blob
|
blame
|
history
diff --git
a/t/08-role-composition.t
b/t/08-role-composition.t
index
08a3356
..
6cf2a02
100644
(file)
--- a/
t/08-role-composition.t
+++ b/
t/08-role-composition.t
@@
-1,6
+1,7
@@
use strict;
use warnings;
use Test::More;
+use Test::Exception;
lives_ok {
Bar->new->_connections;