diff options
Diffstat (limited to 't')
-rw-r--r-- | t/011pod.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t index 7fdafd910..92474d553 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -30,7 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali use constant SUB_WHITELIST => ( 'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/, 'Bugzilla::FlagType' => qr/^sqlify_criteria$/, - 'Bugzilla::JobQueue' => qr/^work_once$/, + 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/, ); # These modules do not need to be documented, generally because they |