Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Move '-w' in the #! line into 'use warnings;' in the Perl code, to
Browse files Browse the repository at this point in the history
simplify the #! line.


git-svn-id: svn://svn.tartarus.org/sgt/putty@8967 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
simon committed May 30, 2010
1 parent 4877ec8 commit 52a1ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkfiles.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env perl
#
# Cross-platform Makefile generator.
#
Expand All @@ -15,6 +15,7 @@
#
# FIXME: no attempt made to handle !forceobj in the project files.

use warnings;
use FileHandle;
use Cwd;

Expand Down

0 comments on commit 52a1ed2

Please sign in to comment.