mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Force perl to use byte semantics.
This commit is contained in:
parent
908ef2b290
commit
ac0416ad96
@ -27,6 +27,7 @@
|
||||
# Should we have a special output mode for WineHQ?
|
||||
|
||||
use strict;
|
||||
use bytes;
|
||||
|
||||
# Options
|
||||
my $opt_output_directory = "man3w"; # All default options are for nroff (man pages)
|
||||
|
Loading…
Reference in New Issue
Block a user