diff options
Diffstat (limited to 'dh_installmime')
-rwxr-xr-x | dh_installmime | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_installmime b/dh_installmime index 32d1d6a3..0b394ad0 100755 --- a/dh_installmime +++ b/dh_installmime @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_installmime - install mime files into package build directories =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS |