diff options
author | Byron Jones <bjones@mozilla.com> | 2013-01-03 00:51:58 +0800 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-01-03 00:51:58 +0800 |
commit | 2441a0966dc580b0bbd3c1113b8d0d03bac2c051 (patch) | |
tree | 19e6d76fb0285857d25aa4d0d3dde8723ca5f637 /t/011pod.t | |
parent | Bug 822547: Make jobqueue.pl clear the request cache before sending each mail (diff) | |
download | bugzilla-2441a0966dc580b0bbd3c1113b8d0d03bac2c051.tar.gz bugzilla-2441a0966dc580b0bbd3c1113b8d0d03bac2c051.tar.bz2 bugzilla-2441a0966dc580b0bbd3c1113b8d0d03bac2c051.zip |
Bug 822547: Fix POD coverage bustage
Diffstat (limited to 't/011pod.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 7b9d0ee13..7fdafd910 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -30,6 +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$/, ); # These modules do not need to be documented, generally because they |