Bug 20017: use Modern::Perl in Tools perl scripts
authorJenny Way <jwayway@hotmail.com>
Thu, 18 Jan 2018 02:04:47 +0000 (02:04 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:46:45 +0000 (09:46 -0300)
commitcad2db6016fb154049a030f0d8a74a6b539cb7a4
tree2045976455612edcf80d03945a73c9a2d9baf322
parent2bde680e0b7cb0a91731bd9a9475e3460e4b6fec
Bug 20017: use Modern::Perl in Tools perl scripts

Test plan:
Check that the following files don't contain use strict; use warnings;
and have use Modern::Perl instead.
background-job-progress.pl
batchMod.pl
copy-holidays.pl
exceptionHolidays.pl
holidays.pl
import_borrowers.pl
koha-news.pl
letter.pl
manage-marc-import.pl
newHolidays.pl
overduerules.pl
quotes-upload.pl
quotes.pl
quotes/quotes-upload_ajax.pl
quotes/quotes_ajax.pl
scheduler.pl
stage-marc-import.pl
upload-cover-image.pl

Also the credits have been added to newHolidays.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>
18 files changed:
tools/background-job-progress.pl
tools/batchMod.pl
tools/copy-holidays.pl
tools/exceptionHolidays.pl
tools/holidays.pl
tools/import_borrowers.pl
tools/koha-news.pl
tools/letter.pl
tools/manage-marc-import.pl
tools/newHolidays.pl
tools/overduerules.pl
tools/quotes-upload.pl
tools/quotes.pl
tools/quotes/quotes-upload_ajax.pl
tools/quotes/quotes_ajax.pl
tools/scheduler.pl
tools/stage-marc-import.pl
tools/upload-cover-image.pl