Bug 20020: use Modern::Perl in XT scripts
authorCharlotte Cordwell <charlotte.cordwell123@gmail.com>
Thu, 18 Jan 2018 03:32:12 +0000 (03:32 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:47:09 +0000 (09:47 -0300)
commite1b4b53765da4088483a7255b657b1a4c98db694
tree594587f44552d7e7a2aa21799ef681d7741b861b
parentd10513dfc0d47846fdb874b0a62ce9c8c7107644
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

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
xt/author/podcorrectness.t
xt/author/show-template-structure.pl
xt/author/translatable-templates.t
xt/author/valid-templates.t
xt/find-license-problems
xt/fix-old-fsf-address
xt/single_quotes.t
xt/verify-debian-docbook.t