[Koha-bugs] [Bug 19998] use Modern::Perl in error perl scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 04:18:06 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998

--- Comment #1 from Te Rauhina Jackson <terauhina.jackson at gmail.com> ---
Created attachment 70670
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70670&action=edit
Bug 19998 - use Modern::Perl in error perl scripts

Test Plan:
Check the following files have been updated from
use strict;
use warnings;
to
use Modern::Perl;

400.pl
401.pl
402.pl
403.pl
404.pl
500.pl

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list