summaryrefslogtreecommitdiff
path: root/dh_installchangelogs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installchangelogs')
-rwxr-xr-xdh_installchangelogs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_installchangelogs b/dh_installchangelogs
index c83ac26f..b372d9b5 100755
--- a/dh_installchangelogs
+++ b/dh_installchangelogs
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_installchangelogs - install changelogs into package build directories
=cut
use strict;
+use warnings;
use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS