--- trunk/run.pl 2007/11/02 10:54:42 956 +++ trunk/run.pl 2007/11/02 10:54:44 957 @@ -311,7 +311,7 @@ foreach my $output ( @outputs ) { -warn '## output = ',dump( $output ); +#warn '## output = ',dump( $output ); my $module = $output->{module} || $log->logdie("need module in output section of $database"); $module = 'WebPAC::Output::' . $module unless $module =~ m/::/;