From: Byron Jones Date: Wed, 2 Jan 2013 16:51:58 +0000 (+0800) Subject: Bug 822547: Fix POD coverage bustage X-Git-Tag: bugzilla-4.5.1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2441a0966dc580b0bbd3c1113b8d0d03bac2c051;p=thirdparty%2Fbugzilla.git Bug 822547: Fix POD coverage bustage --- diff --git a/Bugzilla.pm b/Bugzilla.pm index baaf78ff73..e06b67ead8 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -943,6 +943,10 @@ this Bugzilla installation. Tells you whether or not a specific feature is enabled. For names of features, see C in C. +=item C + +Removes all entries from the C. + =back =head1 B diff --git a/t/011pod.t b/t/011pod.t index 7b9d0ee13e..7fdafd9105 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