diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-30 19:57:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-30 19:57:38 +0100 |
commit | 340c67436e575a4c5dcf25add67ac091c133d319 (patch) | |
tree | 7a589f0f6003520fd7e566ce29d44890fa83570b /t/Support | |
parent | 5321b1f39d9f2bfb81ca7851e9858249cbf8977a (diff) | |
download | bugs-340c67436e575a4c5dcf25add67ac091c133d319.tar bugs-340c67436e575a4c5dcf25add67ac091c133d319.tar.gz bugs-340c67436e575a4c5dcf25add67ac091c133d319.tar.bz2 bugs-340c67436e575a4c5dcf25add67ac091c133d319.tar.xz bugs-340c67436e575a4c5dcf25add67ac091c133d319.zip |
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.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$/; } |