Work-around for Perl bug #63402.

This commit is contained in:
Werner Lemberg 2014-02-05 14:51:51 +01:00
parent d87f9a65a8
commit 741f736662
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
use strict;
use warnings;
use English '-no_match_vars';
use open ':std', ':locale';
use open ':std', ':encoding(UTF-8)';
my $prog = $PROGRAM_NAME;