Bug 20016: use Modern::Perl in svc scripts
authorZoe Bennett <zoebennett1308@gmail.com>
Thu, 18 Jan 2018 03:24:23 +0000 (03:24 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:46:45 +0000 (09:46 -0300)
commit2bde680e0b7cb0a91731bd9a9475e3460e4b6fec
tree107e8459f6c337c59226a5ae45b039e859b58f20
parenteb5aa286126d204c3bfb52a2d774eeaf7bfe9b68
Bug 20016: use Modern::Perl in svc scripts

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

authentication
bib
bib_profile
checkouts
config/systempreferences
import_bib
new_bib

https://bugs.koha-community.org/show_bug.cgi?id=20016
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>
svc/authentication
svc/bib
svc/bib_profile
svc/checkouts
svc/config/systempreferences
svc/import_bib
svc/new_bib