diff options
Diffstat (limited to 't')
-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 92474d553..0ddd3059d 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -31,6 +31,7 @@ use constant SUB_WHITELIST => ( 'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/, 'Bugzilla::FlagType' => qr/^sqlify_criteria$/, 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/, + 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, ); # These modules do not need to be documented, generally because they |