[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
Thu Dec 8 19:04:41 CET 2011


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

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

--- Comment #42 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-08 18:04:41 UTC ---
Created attachment 6675
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6675
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 at catalyst.net.nz>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list