[Koha-bugs] [Bug 2505] enable Perl warnings in all modules and scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 9 20:39:53 CEST 2012


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

Ian Walls <koha.sekjal at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA
                 CC|                            |koha.sekjal at gmail.com

--- Comment #17 from Ian Walls <koha.sekjal at gmail.com> ---
All three attached files properly fix code for using warnings.  First patch
adds 'my' to variables in foreach loops, and fixes some spacing.  Second patch
corrects call to CGI (CGI->new(); instead of new CGI;).  Third patch breaks out
default value of variable onto a second line with ||=.

Marking Passed QA.

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


More information about the Koha-bugs mailing list