Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2441a096
Commit
2441a096
authored
Jan 03, 2013
by
Byron Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 822547: Fix POD coverage bustage
parent
dfbc167a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Bugzilla.pm
Bugzilla.pm
+4
-0
011pod.t
t/011pod.t
+1
-0
No files found.
Bugzilla.pm
View file @
2441a096
...
@@ -943,6 +943,10 @@ this Bugzilla installation.
...
@@ -943,6 +943,10 @@ this Bugzilla installation.
Tells you whether or not a specific feature is enabled. For names
Tells you whether or not a specific feature is enabled. For names
of features, see C<OPTIONAL_MODULES> in C<Bugzilla::Install::Requirements>.
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
=back
=head1 B<Methods in need of POD>
=head1 B<Methods in need of POD>
...
...
t/011pod.t
View file @
2441a096
...
@@ -30,6 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali
...
@@ -30,6 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali
use constant SUB_WHITELIST => (
use constant SUB_WHITELIST => (
'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/,
'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/,
'Bugzilla::FlagType' => qr/^sqlify_criteria$/,
'Bugzilla::FlagType' => qr/^sqlify_criteria$/,
'Bugzilla::JobQueue' => qr/^work_once$/,
);
);
# These modules do not need to be documented, generally because they
# These modules do not need to be documented, generally because they
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment