Commit ac0416ad authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Force perl to use byte semantics.

parent 908ef2b2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment