From cb07f3b8c85a2cbbb6fdaec81cd5a8e013a59a6f Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Fri, 29 Oct 2010 12:46:05 -0700 Subject: we can't 'use' a role, so skip them --- t/04load_all.t | 1 + 1 file changed, 1 insertion(+) 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/, -- cgit v1.2.3