From f497dbc85a13c9e4cea603a4c2f14d220479a359 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 11 Jun 2009 03:18:34 +0300 Subject: [PATCH] Include Debian/Debhelper subdirs in syntax check. --- t/syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/syntax b/t/syntax index f80fa97..9245545 100755 --- a/t/syntax +++ b/t/syntax @@ -2,7 +2,7 @@ use Test; my @progs=grep { -x $_ } glob("dh_*"), "dh"; -my @libs=glob("Debian/Debhelper/*.pm"); +my @libs=(glob("Debian/Debhelper/*.pm"), glob("Debian/Debhelper/*/*.pm")); plan(tests => (@progs + @libs)); -- 2.39.2