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:
parent
5cd0fe8ed8
commit
9f52d6c905
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user