summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-07-01 18:27:45 +0200
committerNiels Thykier <niels@thykier.net>2015-07-01 18:56:11 +0200
commit7ecccd6f94c7ce6a76baa8dcd4d74d6a2aac0fe9 (patch)
treec2bc16678fc3326130a4df11997ec1c99b0b016b /dh_auto_configure
parentf504fe0a621dd503a43b3fd2459190e26e3127ee (diff)
downloaddebhelper-7ecccd6f94c7ce6a76baa8dcd4d74d6a2aac0fe9.tar.gz
Migrate to use warnings and use parent
Signed-off-by: Niels Thykier <niels@thykier.net>
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