From 0bb48df63d01216e295140adb3642333c0767c67 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 26 Sep 2013 21:14:16 +0200 Subject: Bug 784072 (2nd part): Exclude extensions from POD coverage checks --- t/011pod.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/011pod.t b/t/011pod.t index d4e0fb780..7709ade16 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -43,6 +43,7 @@ use constant MODULE_WHITELIST => qw( Bugzilla::Auth::Verify:: Bugzilla::BugUrl:: Bugzilla::Config:: + Bugzilla::Extension:: Bugzilla::Job:: ); @@ -82,6 +83,7 @@ foreach my $file (@module_files) { my $module = $file; $module =~ s/\.pm$//; $module =~ s#/#::#g; + $module =~ s/^extensions/Bugzilla::Extension/; my @whitelist = (DEFAULT_WHITELIST); push(@whitelist, $sub_whitelist{$module}) if $sub_whitelist{$module}; -- cgit v1.2.3-24-g4f1b