diff options
Diffstat (limited to 'dh_testdir')
-rwxr-xr-x | dh_testdir | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -7,6 +7,7 @@ dh_testdir - test directory before building Debian package =cut use strict; +use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS |