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?
|
# Should we have a special output mode for WineHQ?
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use bytes;
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
my $opt_output_directory = "man3w"; # All default options are for nroff (man pages)
|
my $opt_output_directory = "man3w"; # All default options are for nroff (man pages)
|
||||||
|
|
Loading…
Reference in New Issue