[Koha-bugs] [Bug 19994] use Modern::Perl in Authorities perl scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 02:45:32 CET 2018


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

--- Comment #1 from Grace <gracesmythh at gmail.com> ---
Created attachment 70661
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70661&action=edit
Bug 19994: use Modern::Perl in Authorities perl scripts

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

auth_finder.pl
authorities-home.pl
authorities-list.pl
authorities.pl
blinddetail-biblio-search.pl
detail-biblio-search.pl
detail.pl
export.pl
merge.pl
merge_ajax.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