[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
Wed Jan 24 19:19:09 CET 2018


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

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70670|0                           |1
        is obsolete|                            |

--- Comment #2 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Created attachment 70886
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70886&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 watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list