[Koha-bugs] [Bug 20010] use Modern::Perl in Patroncards perl scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 24 19:34:15 CET 2018


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

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

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

--- Comment #3 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Created attachment 70891
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70891&action=edit
Bug 20010: use Modern::Perl in Patroncards perl scripts

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

create-pdf.pl
edit-batch.pl
edit-layout.pl
edit-profile.pl
edit-template.pl
home.pl
image-manage.pl
manage.pl
print.pl

Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>

-- 
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