Have the tests test .pm files as well, yes this creates bustage, this is

intentional!

No review needed for tests at this time.
This commit is contained in:
zach%zachlipton.com 2001-10-31 01:06:31 +00:00
Родитель 7659049588
Коммит a07f057d55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;