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

index 54c1bb0..b7ae93f 100644 (file)
@@ -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/,