diff options
author | Simon Green <sgreen@redhat.com> | 2014-09-02 10:23:03 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-09-02 10:23:03 +1000 |
commit | 92b5ff149bb0ff364e88f14b588f160dc9866cca (patch) | |
tree | b0d4a7c2ecc7327b95ac428d3b1aa8ed7b4dc657 | |
parent | Bug 1060233 - Aliases are not displayed correctly in some places (diff) | |
download | bugzilla-92b5ff149bb0ff364e88f14b588f160dc9866cca.tar.gz bugzilla-92b5ff149bb0ff364e88f14b588f160dc9866cca.tar.bz2 bugzilla-92b5ff149bb0ff364e88f14b588f160dc9866cca.zip |
Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation
r=gerv, a=sgreen
-rw-r--r-- | t/011pod.t | 1 |
1 files changed, 1 insertions, 0 deletions
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. |