diff options
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-x | dh_gencontrol | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_gencontrol b/dh_gencontrol index ec2eeed6..f5944805 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_gencontrol - generate and install control file =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS |