remove last trace of vestigial bib modifier
authorGalen Charlton <gmc@esilibrary.com>
Fri, 17 Aug 2012 20:10:25 +0000 (16:10 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 17 Aug 2012 20:10:25 +0000 (16:10 -0400)
This modifier was removed in commit 8e63d0bdd; this commit
just removes the last reference.  Thanks to Justin Hopkins
for spotting this.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Equinox-Migration/lib/Equinox/Migration/MapDrivenMARCXMLProc.pm

index 8208b8b..aa6005a 100644 (file)
@@ -37,7 +37,7 @@ our $VERSION = '1.005';
 
 my $dstore;
 my $sfmap;
-my @modlist = qw( multi ignoremulti bib required first concatenate parallel );
+my @modlist = qw( multi ignoremulti required first concatenate parallel );
 my %allmods = ();
 my $multis = {};
 my $parallel_fields = {};