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 c3ec39898..fc66bca63 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -32,6 +32,7 @@ use constant SUB_WHITELIST => ( 'Bugzilla::FlagType' => qr/^sqlify_criteria$/, 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/, 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, + 'Bugzilla::Template' => qr/^field_name$/, ); # These modules do not need to be documented, generally because they |