From 55223e093c954354c1f28dca9c14de5a9d0d88da Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 30 Jul 2012 13:48:51 -0400 Subject: [PATCH 1/1] quiet a couple warnings Signed-off-by: Galen Charlton --- fingerprinter | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fingerprinter b/fingerprinter index bd7556a..a42efc1 100755 --- a/fingerprinter +++ b/fingerprinter @@ -38,9 +38,8 @@ open XF, '>', $conf->{exception} or die "$0: cannot open exception file $conf->{ for my $file (@ARGV) { print XF "Processing $file\n"; - my $batch = undef; my $record = undef; - $batch = MARC::Batch->new($conf->{marctype}, $file); + my $batch = MARC::Batch->new($conf->{marctype}, $file); $batch->strict_off(); $batch->warnings_off(); @@ -609,7 +608,7 @@ Options --tag=N -t Which tag to use (default 903) --subfield=X -s Which subfield to use (default 'a') --quiet -q Don't write status messages to STDOUT - --ignoresubtitle -i Ignore 245$b and construct the title from 245$a alone. + --ignoresubtitle -i Ignore 245\$b and construct the title from 245\$a alone. --fingerprints=LIST Fingerprints to generate, comma separated Default: oclc,isbn,edition,issn,lccn,accomp,authpub -- 1.7.2.5