[Koha-bugs] [Bug 20020] use Modern::Perl in XT scripts

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


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

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

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

author/podcorrectness.t
author/show-template-structure.pl
author/translatable-templates.t
author/valid-templates.t
find-license-problems
fix-old-fsf-address
single_quotes.t
verify-debian-docbook.t

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