summaryrefslogtreecommitdiff
path: root/dh_gconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_gconf')
-rwxr-xr-xdh_gconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_gconf b/dh_gconf
index 0e13057d..d401c3ef 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_gconf - install GConf defaults files and register schemas
=cut
use strict;
+use warnings;
use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS