mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-06-08 15:48:19 +02:00
Work-around for Perl bug #63402.
This commit is contained in:
parent
d87f9a65a8
commit
741f736662
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue