diff options
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-x | dh_auto_clean | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_auto_clean b/dh_auto_clean index 4125d799..7d239455 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_auto_clean - automatically cleans up after a build =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; use Debian::Debhelper::Dh_Buildsystems; |