From 92b5ff149bb0ff364e88f14b588f160dc9866cca Mon Sep 17 00:00:00 2001 From: Simon Green Date: Tue, 2 Sep 2014 10:23:03 +1000 Subject: Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation r=gerv, a=sgreen --- t/011pod.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/011pod.t b/t/011pod.t index 588db1fc5..8620b94d5 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. -- cgit v1.2.3-24-g4f1b