bug 9998: (follow-up) use Modern::Perl as per coding guidelines
authorGalen Charlton <gmc@esilibrary.com>
Tue, 2 Jul 2013 14:09:22 +0000 (07:09 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 2 Jul 2013 14:09:22 +0000 (07:09 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
misc/maintenance/cmp_sysprefs.pl

index 19e7126..c688466 100755 (executable)
@@ -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;