From 6123fc3f0c529e474ea338c109b49af3fec6b52e Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Wed, 31 Oct 2001 09:06:31 +0000 Subject: Have the tests test .pm files as well, yes this creates bustage, this is intentional! No review needed for tests at this time. --- t/Support/Files.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 2396e5d28..63c55ce86 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -47,7 +47,7 @@ sub isTestingFile { if ($file eq $exclude) { return undef; } # get rid of excluded files. } - if ($file =~ /\.cgi$|\.pl$/) { + if ($file =~ /\.cgi$|\.pl$|\.pm$/) { return 1; } my $additional; -- cgit v1.2.3-24-g4f1b