renamed module to Biblio::Isis
[Biblio-Isis] / scripts / dump_isisdb.pl
index 0a5fb51..057cd29 100755 (executable)
@@ -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,