]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 822547: Fix POD coverage bustage
authorByron Jones <bjones@mozilla.com>
Wed, 2 Jan 2013 16:51:58 +0000 (00:51 +0800)
committerByron Jones <bjones@mozilla.com>
Wed, 2 Jan 2013 16:51:58 +0000 (00:51 +0800)
Bugzilla.pm
t/011pod.t

index baaf78ff73f23537665879cf775909a5c8e2b5e3..e06b67ead849de228a023f4762750bb2f3f0c096 100644 (file)
@@ -943,6 +943,10 @@ this Bugzilla installation.
 Tells you whether or not a specific feature is enabled. For names
 of features, see C<OPTIONAL_MODULES> in C<Bugzilla::Install::Requirements>.
 
+=item C<clear_request_cache>
+
+Removes all entries from the C<request_cache>.
+
 =back
 
 =head1 B<Methods in need of POD>
index 7b9d0ee13e5ba984274a81aa8e523b51f344cce1..7fdafd91053ce0daec59e9ea55ba5c141f0794fb 100644 (file)
@@ -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