--- trunk/run.pl 2005/12/16 21:09:48 269 +++ trunk/run.pl 2005/12/18 21:06:39 285 @@ -9,7 +9,7 @@ use WebPAC::Common 0.02; use WebPAC::Lookup; -use WebPAC::Input::ISIS; +use WebPAC::Input::ISIS 0.02; use WebPAC::Store 0.03; use WebPAC::Normalize::XML; use WebPAC::Output::TT; @@ -93,7 +93,7 @@ ); my $maxmfn = $isis->open( - filename => $input->{path}, + path => $input->{path}, code_page => $input->{encoding}, # database encoding );