mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Some kernels don't like my #! line. Move the -w into a 'use
warnings;' to make it simpler. [originally from svn r8966]
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env perl -w
|
#!/usr/bin/env perl
|
||||||
#
|
#
|
||||||
# Cross-platform Makefile generator.
|
# Cross-platform Makefile generator.
|
||||||
#
|
#
|
||||||
@ -17,6 +17,7 @@
|
|||||||
# - special-define objects (foo.o[PREPROCSYMBOL]) are not
|
# - special-define objects (foo.o[PREPROCSYMBOL]) are not
|
||||||
# supported in the mac or vcproj makefiles.
|
# supported in the mac or vcproj makefiles.
|
||||||
|
|
||||||
|
use warnings;
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
use Cwd;
|
use Cwd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user