Force perl to use byte semantics.

This commit is contained in:
Hans Leidekker 2003-05-16 20:12:41 +00:00 committed by Alexandre Julliard
parent 908ef2b290
commit ac0416ad96

View file

@ -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)