summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-09-02 02:23:03 +0200
committerSimon Green <sgreen@redhat.com>2014-09-02 02:23:03 +0200
commit92b5ff149bb0ff364e88f14b588f160dc9866cca (patch)
treeb0d4a7c2ecc7327b95ac428d3b1aa8ed7b4dc657 /t
parent51fa7ceacb74fb2c8717f565169ccd78ddb91ff5 (diff)
downloadbugzilla-92b5ff149bb0ff364e88f14b588f160dc9866cca.tar.gz
bugzilla-92b5ff149bb0ff364e88f14b588f160dc9866cca.tar.xz
Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation
r=gerv, a=sgreen
Diffstat (limited to 't')
-rw-r--r--t/011pod.t1
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.