mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +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.
|
# Cross-platform Makefile generator.
|
||||||
#
|
#
|
||||||
@ -15,6 +15,7 @@
|
|||||||
#
|
#
|
||||||
# FIXME: no attempt made to handle !forceobj in the project files.
|
# FIXME: no attempt made to handle !forceobj in the project files.
|
||||||
|
|
||||||
|
use warnings;
|
||||||
use FileHandle;
|
use FileHandle;
|
||||||
use Cwd;
|
use Cwd;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user