https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Benjamin Rokseth <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
