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

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Wed Feb 24 11:36:06 CET 2010


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


Donovan Jones <koha at gamma.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koha at gamma.net.nz




--- Comment #29 from Donovan Jones <koha at gamma.net.nz>  2010-02-24 10:36:06 ---
Just letting people know I am currently working on this bug.

My first step is to add this line to files that are missing use warnings:

#use warnings; FIXME - Bug 2505

as i dont currently have a test environment to fix all the warnings.

This will make it easy however to find all the places where this needs fixing
by doing:

$ grep -rl 'Bug 2505' *

I also changed -w to use warnings


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



More information about the Koha-bugs mailing list