forked from minhngoc25a/freetype2
Work-around for Perl bug #63402.
This commit is contained in:
parent
d87f9a65a8
commit
741f736662
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue