Summary: | Switch Module Depreciated in perl 12 | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Architecture, internals, and plumbing | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, f.demians, ztajoli |
Version: | rel_3_2 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Proposed Patch |
Description
Colin Campbell
2010-08-09 08:21:00 UTC
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; Created attachment 2604 [details] [review] Proposed Patch Pushed to new/bug_5105 And merged to master, please test and close Added a regression test: http://lists.koha-community.org/pipermail/koha-patches/2010-November/012895.html Regression test pushed also |