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_bugfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dh_bugfiles') diff --git a/dh_bugfiles b/dh_bugfiles index 81e36754..2fe9a11e 100755 --- a/dh_bugfiles +++ b/dh_bugfiles @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_bugfiles - install bug reporting customization files into package build direc =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -- cgit v1.2.3