From 93aee04405b963a9ed344837f81531e1b56bc3e4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Jul 2013 07:09:22 -0700 Subject: [PATCH] bug 9998: (follow-up) use Modern::Perl as per coding guidelines Signed-off-by: Galen Charlton --- misc/maintenance/cmp_sysprefs.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/maintenance/cmp_sysprefs.pl b/misc/maintenance/cmp_sysprefs.pl index 19e7126ebd..c688466ee0 100755 --- a/misc/maintenance/cmp_sysprefs.pl +++ b/misc/maintenance/cmp_sysprefs.pl @@ -24,8 +24,7 @@ # Just leave only e.g. some circulations prefs in a file and compare with # the update flag. -use strict; -use warnings; +use Modern::Perl; use open OUT => ':encoding(UTF-8)', ':std'; use Getopt::Long; -- 2.39.5