https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- (In reply to Katrin Fischer from comment #4)
Please avoid the use of Switch and use if...elsif instead!
Switch was first released with perl v5.7.3, deprecated (will be CPAN-only) in v5.11.0 and removed from v5.13.1
Replaced Switch with if-elsif. Also added a simple exception handling on POST/PUT with invalid params -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.