diff options
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress index ee513228..1b33ac9a 100755 --- a/dh_compress +++ b/dh_compress @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_compress - compress files and fix symlinks in package build directories =cut use strict; +use warnings; use Cwd; use Debian::Debhelper::Dh_Lib; |