[Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 10 15:06:31 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10075|0                           |1
        is obsolete|                            |

--- Comment #80 from Paul Poulain <paul.poulain at biblibre.com> ---
Comment on attachment 10075
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10075
[SIGNED-OFF] Bug 6679: Fixing 13 perlcritic violations in C4/Barcodes.pm

OK, this patch fixes error, but there are still some:
"return" statement with explicit "undef" at line 57, column 2.  See page 199 of
PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 131, column 3.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 147, column 22.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 152, column 22.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 157, column 22.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 193, column 3.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 197, column 3.  See page 199
of PBP.  (Severity: 5)
"return" statement with explicit "undef" at line 228, column 2.  See page 199
of PBP.  (Severity: 5)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list