From 984400a5865ceee22ee2c7e2a4b09f2ddef6fc1d Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Thu, 28 Apr 2011 14:19:42 +1000 Subject: Warn everywhere, not just Unix use warnings; is the portable way of doing #!/usr/bin/perl -w Also use strict; in init-repository. Signed-off-by: axis --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b8ee11f0..5ca40f38 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl #################################################################################################### # # Mother script for Qt Modularization @@ -8,6 +8,7 @@ # #################################################################################################### use strict; +use warnings; use File::Basename; use File::Path; -- cgit v1.2.3