bug 9998: (follow-up) use Modern::Perl as per coding guidelines
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
aa4fde7d0d
commit
93aee04405
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue