@@ -, +, @@ use warnings;' to 'use Modern::Perl;' in the follwing installer script --- installer/data/mysql/labels_upgrade.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/installer/data/mysql/labels_upgrade.pl +++ a/installer/data/mysql/labels_upgrade.pl @@ -17,8 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -#use strict; -#use warnings; FIXME - Bug 2505 +use Modern::Perl; use C4::Context; --