1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Move '-w' in the #! line into 'use warnings;' in the Perl code, to

simplify the #! line.

[originally from svn r8967]
This commit is contained in:
Simon Tatham 2010-05-30 22:50:18 +00:00
parent 5cd0fe8ed8
commit 9f52d6c905

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env perl
#
# Cross-platform Makefile generator.
#
@ -15,6 +15,7 @@
#
# FIXME: no attempt made to handle !forceobj in the project files.
use warnings;
use FileHandle;
use Cwd;