Bug 19998: use Modern::Perl in error perl scripts
authorTe Rauhina Jackson <terauhina.jackson@gmail.com>
Thu, 18 Jan 2018 03:14:44 +0000 (03:14 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:45:48 +0000 (09:45 -0300)
commitb4458e71e56aaa79c80b695aa9c7945a29211584
treed1657a767e33ae14cd59f4cc3c6b00772efc48d6
parentf9b93e07fd3259d2c8c795ee220d27a8a1251cd4
Bug 19998: use Modern::Perl in error perl scripts

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

400.pl
401.pl
402.pl
403.pl
404.pl
500.pl

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>
errors/400.pl
errors/401.pl
errors/402.pl
errors/403.pl
errors/404.pl
errors/500.pl