https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27483 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |tomascohen@gmail.com --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Hi, Eden. The idea is to introduce use Modern::Perl; Modern::Perl implies use strict; use warnings; which is desirable. The idea is you should replace use strict; #use warnings; for use Modern::Perl; and it will make some warnings show up. And those need to be fixed. -- You are receiving this mail because: You are watching all bug changes.