Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Jan 31, 2009
1 parent c97adbe commit f82220b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angelos-core/t/00_load_all.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ use Module::Pluggable::Object;
my $finder = Module::Pluggable::Object->new( search_path => ['Angelos'], );

foreach my $class (
grep !/\.ToDo|Angelos::Engine::ModPerl|Angelos::Component|HTPro|JobQueue/,
grep !
/\.ToDo|Angelos::Engine::ModPerl|Angelos::Component|HTPro|JobQueue|Angelos::Middleware::/,
sort do { local @INC = ('lib'); $finder->plugins }
)
{
Expand Down

0 comments on commit f82220b

Please sign in to comment.