--- trunk/t/6-unit.t 2006/06/26 16:39:51 536 +++ trunk/t/6-unit.t 2006/07/05 19:52:45 585 @@ -49,7 +49,10 @@ ok(my $maxmfn = $isis->open( path => $isis_file, code_page => '852', # database encoding - lookup => $lookup, + lookup_coderef => sub { + my $rec = shift || return; + $lookup->add( $rec ); + }, ), "Input::ISIS->open"); ok(my $path = tempdir( CLEANUP => 1 ), "path");