From: Simon Green Date: Tue, 2 Sep 2014 00:23:03 +0000 (+1000) Subject: Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation X-Git-Tag: bugzilla-4.5.6~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b5ff149bb0ff364e88f14b588f160dc9866cca;p=thirdparty%2Fbugzilla.git Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation r=gerv, a=sgreen --- diff --git a/t/011pod.t b/t/011pod.t index 588db1fc5c..8620b94d59 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -48,6 +48,7 @@ use constant MODULE_WHITELIST => qw( Bugzilla::Config:: Bugzilla::Extension:: Bugzilla::Job:: + Bugzilla::Migrate:: ); # Capture the TESTOUT from Test::More or Test::Builder for printing errors.