use Modern::Perl should be used instead of use strict; use warnings; Relevant in: enqueue_koc.pl list.pl process.pl process_koc.pl service.pl
Created attachment 70674 [details] [review] Bug 20011: Changing 'use strict; use warnings;' to 'use Modern::Perl;' Test Plan: - Check that it now says 'use Modern::Perl' and not 'use trict; use warnings;' in the follwing plugins perl scripts enqueue_koc.pl list.pl process.pl process_koc.pl service.pl
Created attachment 70901 [details] [review] Bug 20011: Changing 'use strict; use warnings;' to 'use Modern::Perl;' Test Plan: - Check that it now says 'use Modern::Perl' and not 'use trict; use warnings;' in the follwing plugins perl scripts enqueue_koc.pl list.pl process.pl process_koc.pl service.pl https://bugs.koha-community.org/show_bug.cgi?id=20018 Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk>
Created attachment 71181 [details] [review] Bug 20018: Changing 'use strict; use warnings;' to 'use Modern::Perl;' Test Plan: - Check that it now says 'use Modern::Perl' and not 'use trict; use warnings;' in the follwing plugins perl scripts enqueue_koc.pl list.pl process.pl process_koc.pl service.pl https://bugs.koha-community.org/show_bug.cgi?id=20018 Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Good job! Please always be careful to write the right bug number in the commit message as this will be used to generate the release notes. Fixed it here.
Pushed to master for 18.05, thanks to everybody involved!
Awesome work all! Enhancement not backported to stable.