http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7400 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #7 from Ian Walls <koha.sekjal@gmail.com> --- Uses the Switch module, which I believe is considered deprecated for 5.12+. See http://www.perlmonks.org/?node_id=931583. Since 5.10, there is a built-in switch operator, then given/when syntax. Since Koha is now based on 5.10 minimum, we can safely depend on this. See http://perldoc.perl.org/perlsyn.html#Switch-statements. Marking Failed QA until the dependency on Switch is removed. -- You are receiving this mail because: You are watching all bug changes.