summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 97109e3a..c47bd15b 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_shlibdeps - calculate shared library dependencies
=cut
use strict;
+use warnings;
use Cwd;
use Debian::Debhelper::Dh_Lib;