[Koha-bugs] [Bug 20012] use Modern::Perl in Reports perl scripts

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


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

--- Comment #1 from Charlotte Cordwell <charlotte.cordwell123 at gmail.com> ---
Created attachment 70667
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70667&action=edit
Bug 20012:use Modern::Perl in Reports perl scripts

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

borrowers_out.pl
cat_issues_top.pl
catalogue_out.pl
catalogue_stats.pl
dictionary.pl
issues_avg_stats.pl
issues_stats.pl
itemslost.pl
manager.pl
reports-home.pl
serials_stats.pl
stats.print.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