From 7ecccd6f94c7ce6a76baa8dcd4d74d6a2aac0fe9 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 1 Jul 2015 18:27:45 +0200 Subject: Migrate to use warnings and use parent Signed-off-by: Niels Thykier --- dh_auto_configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dh_auto_configure') 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 -- cgit v1.2.3