yanking DBM::Deep stuffs
authorShawn Boyette <sboyette@esilibrary.com>
Thu, 25 Jun 2009 17:31:51 +0000 (17:31 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Thu, 25 Jun 2009 17:31:51 +0000 (17:31 +0000)
Equinox-Migration/lib/Equinox/Migration/MapDrivenMARCXMLProc.pm

index dc45baf..ca82ca7 100644 (file)
@@ -4,7 +4,6 @@ use warnings;
 use strict;
 
 use XML::Twig;
-use DBM::Deep;
 use Equinox::Migration::SubfieldMapper 1.004;
 
 
@@ -63,13 +62,6 @@ sub new {
                                                       mods => \@mods );
 
     # initialize datastore
-    #die "Datastore file 'EMMXSSTORAGE.dbmd' already exists. Exiting.\n"
-    #  if (-e "EMMXSSTORAGE.dbmd");
-    #$dstore = DBM::Deep->new( file => "EMMXSSTORAGE.dbmd",
-    #                          max_buckets => 64,
-    #                          #data_sector_size => 256,
-    #                          autoflush => 0,
-    #                        );
     $dstore = {};
     $reccount = 0;            # next record ptr
     $dstore->{tags} = $sfmap->tags; # list of all tags