Bug 19991: use Modern::Perl in OPAC perl scripts
authorCharlotte Cordwell <charlotte.cordwell123@gmail.com>
Wed, 17 Jan 2018 20:46:59 +0000 (20:46 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 Aug 2018 13:40:32 +0000 (13:40 +0000)
commit59d436ee6023985a299f568fab9fd896492b207a
tree339355ac51bbbfdfbc1a44e11daf4738135ab64d
parentbe691d86e35acebace0f1576ea9380f405dd55ce
Bug 19991: use Modern::Perl in OPAC perl scripts

Test Case:
Check the following files have been updated from
use strict;
use warnings;
to
use Modern::Perl;

errors/400.pl
errors/401.pl
errors/402.pl
errors/403.pl
errors/404.pl
errors/500.pl
opac-account-pay-paypal-return.pl
opac-alert-subscribe.pl
opac-authorities-home.pl
opac-authoritiesdetail.pl
opac-browser.pl
opac-ics.pl
opac-image.pl
opac-imageviewer.pl
opac-messaging.pl
opac-modrequest-suspend.pl
opac-modrequest.pl
opac-mymessages.pl
opac-overdrive-search.pl
opac-passwd.pl
opac-patron-image.pl
opac-privacy.pl
opac-ratings-ajax.pl
opac-ratings.pl
opac-readingrecord.pl
opac-renew.pl
opac-sendshelf.pl
opac-serial-issues.pl
opac-showreviews.pl
opac-suggestions.pl
opac-tags_subject.pl
opac-topissues.pl
opac-user.pl
sco/help.pl
sco/printslip.pl
sco/sco-patron-image.pl
svc/overdrive_proxy
svc/suggestion
unapi

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
39 files changed:
opac/errors/400.pl
opac/errors/401.pl
opac/errors/402.pl
opac/errors/403.pl
opac/errors/404.pl
opac/errors/500.pl
opac/opac-account-pay-paypal-return.pl
opac/opac-alert-subscribe.pl
opac/opac-authorities-home.pl
opac/opac-authoritiesdetail.pl
opac/opac-browser.pl
opac/opac-ics.pl
opac/opac-image.pl
opac/opac-imageviewer.pl
opac/opac-messaging.pl
opac/opac-modrequest-suspend.pl
opac/opac-modrequest.pl
opac/opac-mymessages.pl
opac/opac-overdrive-search.pl
opac/opac-passwd.pl
opac/opac-patron-image.pl
opac/opac-privacy.pl
opac/opac-ratings-ajax.pl
opac/opac-ratings.pl
opac/opac-readingrecord.pl
opac/opac-renew.pl
opac/opac-sendshelf.pl
opac/opac-serial-issues.pl
opac/opac-showreviews.pl
opac/opac-suggestions.pl
opac/opac-tags_subject.pl
opac/opac-topissues.pl
opac/opac-user.pl
opac/sco/help.pl
opac/sco/printslip.pl
opac/sco/sco-patron-image.pl
opac/svc/overdrive_proxy
opac/svc/suggestion
opac/unapi