Bug 6679: fix missing use strict
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 8 Dec 2011 16:13:38 +0000 (17:13 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 9 Dec 2011 08:49:22 +0000 (09:49 +0100)
commitfe50ffb37f912e32b2f0291a11dd6139120f2ba0
treee8ab1c0a414590d6b39169b1e63edac25e3a4c89
parent7dbb966b49e31468b24b410e7563af8c98142031
Bug 6679: fix missing use strict

The 3 files had use strict missing. The patch add the use strict and modify what's needed to work with it
4XX.pl also has some perlcritic fixes:
Variable declared in conditional statement at line XXX, column 9.  Declare variables outside of the condition.  (Severity: 5)

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
cataloguing/value_builder/stocknumber.pl
cataloguing/value_builder/unimarc_field_210c.pl
cataloguing/value_builder/unimarc_field_4XX.pl