From 2441a0966dc580b0bbd3c1113b8d0d03bac2c051 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 3 Jan 2013 00:51:58 +0800 Subject: Bug 822547: Fix POD coverage bustage --- t/011pod.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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 -- cgit v1.2.3-24-g4f1b