[debhelper-devel] [debhelper] 02/08: t/size.t: Add use strict + use warnings
Niels Thykier
nthykier at moszumanska.debian.org
Sun May 1 08:06:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit 3787545641e4f6756b16deb9aa71c1f63e4cb85c
Author: Niels Thykier <niels at thykier.net>
Date: Sun May 1 07:16:55 2016 +0000
t/size.t: Add use strict + use warnings
Signed-off-by: Niels Thykier <niels at thykier.net>
---
t/size.t | 2 ++
1 file changed, 2 insertions(+)
diff --git a/t/size.t b/t/size.t
index a64f621..94d45df 100755
--- a/t/size.t
+++ b/t/size.t
@@ -3,6 +3,8 @@
# Debhelper is supposed to consist of small, simple, easy to understand
# programs. Programs growing in size and complexity without bounds is a
# bug.
+use strict;
+use warnings;
use Test::More;
my @progs=grep { -x $_ } glob("dh_*");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list