https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27483
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #6 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
