aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
-rwxr-xr-xinit-repository5
2 files changed, 6 insertions, 2 deletions
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;
diff --git a/init-repository b/init-repository
index 4acc22cc..ef2e6d55 100755
--- a/init-repository
+++ b/init-repository
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#############################################################################
##
## Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
@@ -40,6 +40,9 @@
##
#############################################################################
+use strict;
+use warnings;
+
my $force = 0;
my $quiet = 0;
my $nokia_developer = 0;