summaryrefslogtreecommitdiff
path: root/dh_installlogcheck
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installlogcheck')
-rwxr-xr-xdh_installlogcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_installlogcheck b/dh_installlogcheck
index 3c77bb75..72c92a38 100755
--- a/dh_installlogcheck
+++ b/dh_installlogcheck
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_installlogcheck - install logcheck rulefiles into etc/logcheck/
=cut
use strict;
+use warnings;
use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS