Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Items.pm
authorMason James <mtj@kohaaloha.com>
Tue, 26 Jun 2012 14:50:50 +0000 (02:50 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 20 Sep 2012 10:01:39 +0000 (12:01 +0200)
commitc4f041a9d60433a7156b1d962ac6c3f90265b551
tree2256c8b0f7778fafac81168ffba566ef6a73090f
parentc42f6fbdb265c20d872c79e207f65e4d800e531c
Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Items.pm

"return" statement with explicit "undef" at line 508, column 44.  See page 199 of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 2267, column 5.  See page 199 of PBP.  (Severity: 5)
Variable declared in conditional statement at line 2642, column 21.  Declare variables outside of the condition.  (Severity: 5)

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Items.pm