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_prep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dh_prep') diff --git a/dh_prep b/dh_prep index 759b0226..5ec7fae9 100755 --- a/dh_prep +++ b/dh_prep @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_prep - perform cleanups in preparation for building a binary package =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -- cgit v1.2.3