[Koha-bugs] [Bug 5105] Switch Module Depreciated in perl 12

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 15:12:30 CEST 2010


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

Zeno Tajoli <tajoli at cilea.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tajoli at cilea.it

--- Comment #1 from Zeno Tajoli <tajoli at cilea.it>  ---
But where can I see those warnings ?
Only in logs, I think.
So the work path that I suggest is:
3.0.x -> no changes
3.2 -> delete Switch, use ifs
3.4 -> start to use 'given' and 'when', insert perl 5.10 as a requirement.

Where I find use Switch:

$ grep -r 'use Switch' *

basket/downloadcart.pl:use Switch;
C4/Reports/Guided.pm:use Switch;
opac/opac-downloadcart.pl:use Switch;
opac/opac-detail.pl:use Switch;
opac/opac-downloadshelf.pl:use Switch;
tools/batchMod.pl:use Switch;
virtualshelves/downloadshelf.pl:use Switch;

-- 
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.


More information about the Koha-bugs mailing list