]> git.koha-community.org Git - koha.git/commit
Bug 6679: fix missing use strict
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 8 Dec 2011 16:13:38 +0000 (17:13 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 9 Dec 2011 14:51:55 +0000 (09:51 -0500)
commit92c5d9ade46f369590d506dd8c1557837351e653
treeca62c450756640a6e8c69d37f68e29a7b7b55cf4
parent8ff49436fa1ae4dba5d4cd09bc96d99e60309950
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>
(cherry picked from commit fe50ffb37f912e32b2f0291a11dd6139120f2ba0)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
cataloguing/value_builder/stocknumber.pl
cataloguing/value_builder/unimarc_field_210c.pl
cataloguing/value_builder/unimarc_field_4XX.pl