Avoid numeric comparisons with leading zeroes
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 20 Aug 2009 10:12:57 +0000 (11:12 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 21 Aug 2009 01:01:52 +0000 (21:01 -0400)
commit3199d032e5315e7cd3ef78b6fac539040e6f5f9b
tree002a5763782fd315cc85328503c25d937f3da2c8
parentb94e7acbbc256223b46384db18f1666b4758717e
Avoid numeric comparisons with leading zeroes

Numbers in perl with leading zeros are interpreted in octal
Ensure that comparisons are done using string operators
or where appropriate use the MARC::Field method

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Record.pm
cataloguing/addbiblio.pl
misc/batchCompareMARCvsFrameworks.pl
misc/migration_tools/bulkmarcimport.pl