summaryrefslogtreecommitdiff
path: root/t/syntax
diff options
context:
space:
mode:
authorjoey <joey>2005-11-09 20:43:45 +0000
committerjoey <joey>2005-11-09 20:43:45 +0000
commit32196487a6c9e07e600e4f9f926d1bff83af64fc (patch)
tree0200c6eeb3a96b030b8a3661bb997b7574f8b381 /t/syntax
parent466cc4e73bda6aa1347133f3acbf4aaf2cca44cf (diff)
r1818: releasing version 5.0.5
Diffstat (limited to 't/syntax')
-rwxr-xr-x[-rw-r--r--]t/syntax1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/syntax b/t/syntax
index b647b915..76fd46ae 100644..100755
--- a/t/syntax
+++ b/t/syntax
@@ -7,5 +7,6 @@ my @libs=glob("Debian/Debhelper/*.pm");
plan(tests => (@progs + @libs));
foreach my $file (@progs, @libs) {
+ print "# Testing $file\n";
ok(system("perl -c $file >/dev/null 2>&1"), 0);
}