From: Don McMorris Date: Fri, 1 Aug 2008 19:53:01 +0000 (+0000) Subject: removed eval from fingerprints... Thanks phasefx! X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=db3c707c3cac0e52f359ffa78a6d9dda34839679 removed eval from fingerprints... Thanks phasefx! --- diff --git a/fingerprints.pl b/fingerprints.pl index 31301e1..dda913d 100755 --- a/fingerprints.pl +++ b/fingerprints.pl @@ -26,7 +26,6 @@ foreach $argnum ( 3 .. $#ARGV ) { my $record = 1; while ( $record ) { - eval { $count++; $record = $batch->next(); @@ -158,8 +157,6 @@ foreach $argnum ( 3 .. $#ARGV ) { print STDERR "\n"; } - } - print STDERR "Trapped exception for MARC::Batch->next on record $count: $@\n" if ($@); } print STDERR "Processed $count records\n"; }