projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b52bfa7
)
we can't 'use' a role, so skip them
Justin Hunter [Fri, 29 Oct 2010 19:46:05 +0000 (12:46 -0700)]
t/04load_all.t
patch
|
blob
|
blame
|
history
diff --git
a/t/04load_all.t
b/t/04load_all.t
index
54c1bb0
..
b7ae93f
100644
(file)
--- a/
t/04load_all.t
+++ b/
t/04load_all.t
@@
-8,6
+8,7
@@
use Module::Pluggable::Object;
my $finder = Module::Pluggable::Object->new(
search_path => [ 'Reaction' ],
+ except => qr/Role/,
);
foreach my $class (grep !/\.ToDo/,