--- trunk/run.pl 2008/08/02 23:46:41 1100 +++ trunk/run.pl 2009/04/21 21:03:53 1129 @@ -668,7 +668,7 @@ close($report_fh) if ($report_fh); } - eval { $indexer->finish } if ($indexer && $indexer->can('finish')); + $indexer->finish if $indexer && $indexer->can('finish'); foreach my $out ( @output_modules ) { $out->finish if $out->can('finish');