bug 9998: (follow-up) use Modern::Perl as per coding guidelines

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-07-02 07:09:22 -07:00
parent aa4fde7d0d
commit 93aee04405

View file

@ -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;