summaryrefslogtreecommitdiffstats
path: root/t/Support
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-30 19:57:38 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-30 19:57:38 +0100
commit340c67436e575a4c5dcf25add67ac091c133d319 (patch)
tree7a589f0f6003520fd7e566ce29d44890fa83570b /t/Support
parent5321b1f39d9f2bfb81ca7851e9858249cbf8977a (diff)
downloadbugzilla-340c67436e575a4c5dcf25add67ac091c133d319.tar.gz
bugzilla-340c67436e575a4c5dcf25add67ac091c133d319.tar.xz
Bug 784072: Use Pod::Coverage to make sure that all subroutines are documented
r=wurblzap a=LpSolit
Diffstat (limited to 't/Support')
-rw-r--r--t/Support/Files.pm1
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$/;
}