Bug 19999: use Modern::Perl in label scripts
authorZoe Bennett <zoebennett1308@gmail.com>
Wed, 17 Jan 2018 23:00:28 +0000 (23:00 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:45:48 +0000 (09:45 -0300)
commit165c56de29b259c0607d5e3000045ae5fe481af0
treebf16de54c0fd9732582632f5eec835574603fa2f
parentb4458e71e56aaa79c80b695aa9c7945a29211584
Bug 19999: use Modern::Perl in label scripts

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

label-create-csv.pl
label-create-pdf.pl
label-create-xml.pl
label-edit-batch.pl
label-edit-layout.pl
label-edit-profile.pl
label-edit-template.pl
label-home.pl
label-item-search.pl
label-print.pl
spinelabel-home.pl
spinelabel-print.pl

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
12 files changed:
labels/label-create-csv.pl
labels/label-create-pdf.pl
labels/label-create-xml.pl
labels/label-edit-batch.pl
labels/label-edit-layout.pl
labels/label-edit-profile.pl
labels/label-edit-template.pl
labels/label-home.pl
labels/label-item-search.pl
labels/label-print.pl
labels/spinelabel-home.pl
labels/spinelabel-print.pl