--- trunk/run.pl 2006/09/25 12:51:17 699 +++ trunk/run.pl 2006/09/25 13:08:17 702 @@ -349,6 +349,11 @@ ); $log->logdie("can't create input using $input_module") unless ($input); + if (defined( $input->{lookup} )) { + $log->warn("$database/", $input->{name}, " has depriciated lookup definition, removing it..."); + delete( $input->{lookup} ); + } + my $maxmfn = $input_db->open( path => $input->{path}, code_page => $input->{encoding}, # database encoding