Bug 19995: use Modern::Perl in Catalogue perl scripts
authorZoe Bennett <zoebennett1308@gmail.com>
Thu, 18 Jan 2018 00:45:11 +0000 (00:45 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:45:47 +0000 (09:45 -0300)
commitcea818a56ac29ae0cb8876e514c5ec97e8ede0e2
treeb0fa1be13173c50b7e98540a6b99c7e2b8646d3b
parentcc37c04bf3cd7afb61e53cffd58c079fa43af4f2
Bug 19995: use Modern::Perl in Catalogue perl scripts

Test Plan:
- Check that it now says 'use Modern::Perl;' and not 'use strict; use
warnings;' in the following catalogue perl scripts.

MARCdetail.pl
export.pl
image.pl
imageviewer.pl
issuehistory.pl
labeledMARCdetail.pl
moredetail.pl
search.pl
showmarc.pl
updateitem.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>
catalogue/MARCdetail.pl
catalogue/export.pl
catalogue/image.pl
catalogue/imageviewer.pl
catalogue/issuehistory.pl
catalogue/labeledMARCdetail.pl
catalogue/moredetail.pl
catalogue/search.pl
catalogue/showmarc.pl
catalogue/updateitem.pl