summaryrefslogtreecommitdiff
path: root/dh_icons
diff options
context:
space:
mode:
Diffstat (limited to 'dh_icons')
-rwxr-xr-xdh_icons3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_icons b/dh_icons
index 58cf03f3..f2b6d7a4 100755
--- a/dh_icons
+++ b/dh_icons
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
=head1 NAME
@@ -7,6 +7,7 @@ dh_icons - Update caches of Freedesktop icons
=cut
use strict;
+use warnings;
use File::Find;
use Debian::Debhelper::Dh_Lib;