From 340c67436e575a4c5dcf25add67ac091c133d319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 30 Nov 2012 19:57:38 +0100 Subject: Bug 784072: Use Pod::Coverage to make sure that all subroutines are documented r=wurblzap a=LpSolit --- t/Support/Files.pm | 1 + 1 file changed, 1 insertion(+) (limited to 't/Support') 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$/; } -- cgit v1.2.1