aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2010-10-29 12:46:05 -0700
committerJustin Hunter <justin.d.hunter@gmail.com>2010-10-29 12:46:05 -0700
commitcb07f3b8c85a2cbbb6fdaec81cd5a8e013a59a6f (patch)
tree6ce034c357516dc215a89fcab9957c2e98695ef0
parentb52bfa73714cda66b6d22e0a5a116c17cd7c1805 (diff)
downloadreaction-cb07f3b8c85a2cbbb6fdaec81cd5a8e013a59a6f.tar.gz
reaction-cb07f3b8c85a2cbbb6fdaec81cd5a8e013a59a6f.zip
we can't 'use' a role, so skip them
-rw-r--r--t/04load_all.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/04load_all.t b/t/04load_all.t
index 54c1bb0..b7ae93f 100644
--- 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/,