From ccad59ae35c2bbf6a2e5ddc3942c11523f4ddeb4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 16 Jan 2020 01:34:35 +0000 Subject: [PATCH] Bug 7468: Use Modern::Perl Just a tiny coding guidelines fix. Signed-off-by: Katrin Fischer --- labels/label-edit-range.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/labels/label-edit-range.pl b/labels/label-edit-range.pl index 8f73934395..ebd2fce6f5 100755 --- a/labels/label-edit-range.pl +++ b/labels/label-edit-range.pl @@ -17,8 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use strict; -use warnings; +use Modern::Perl; use CGI qw ( -utf8 ); -- 2.11.0