Bug 20011: use Modern::Perl in plugins perl scripts
authorZoe Bennett <zoebennett1308@gmail.com>
Thu, 18 Jan 2018 03:13:55 +0000 (03:13 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:46:44 +0000 (09:46 -0300)
commitb0216c7ca0c78c9fbb866950562632315b588e36
tree5fe32b427184087adab6df5009f64529695876e5
parent3ded637bc51227acc9b107da09ba8d0f2a39862d
Bug 20011: use Modern::Perl in plugins perl scripts

Test Plan:
- Check that it now says 'use Modern::Perl' and not 'use trict; use
warnings;' in the follwing plugins perl scripts

plugins-home.pl
plugins-uninstall.pl
plugins-upload.pl
run.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>
plugins/plugins-home.pl
plugins/plugins-uninstall.pl
plugins/plugins-upload.pl
plugins/run.pl