--- trunk/scripts/dump_isisdb.pl 2005/01/06 16:27:07 35 +++ trunk/scripts/dump_isisdb.pl 2005/01/06 20:48:07 36 @@ -3,13 +3,13 @@ use strict; use blib; -use IsisDB; +use Biblio::Isis; use Data::Dumper; my $isisdb = shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI', my $debug = shift @ARGV; -my $isis = IsisDB->new ( +my $isis = Biblio::Isis->new ( isisdb => $isisdb, debug => $debug, include_deleted => 1,