diff options
Diffstat (limited to 't/Support/Files.pm')
-rw-r--r-- | t/Support/Files.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 1a8e6ee37..4b6297852 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -42,6 +42,7 @@ foreach $currentfile (@files) { if (isTestingFile($currentfile)) { push(@testitems,$currentfile); } + push(@module_files, $currentfile) if $currentfile =~ /\.pm$/; } |