summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index d03cd8ab..33dc1fb7 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_auto_configure - automatically configure a package prior to building
=cut
use strict;
+use warnings;
use Debian::Debhelper::Dh_Buildsystems;
=head1 SYNOPSIS