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
6032799c
Commit
6032799c
authored
Apr 13, 2015
by
Frédéric Buclin
Committed by
Byron Jones
Apr 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t
r=dkl,a=glob
parent
3c11da0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
011pod.t
t/011pod.t
+1
-1
No files found.
t/011pod.t
View file @
6032799c
...
@@ -24,7 +24,7 @@ use Test::More tests => scalar(@Support::Files::testitems)
...
@@ -24,7 +24,7 @@ use Test::More tests => scalar(@Support::Files::testitems)
+ scalar(@Support::Files::module_files);
+ scalar(@Support::Files::module_files);
# These methods do not need to be documented by default.
# These methods do not need to be documented by default.
use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_validators)$/;
use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_validators
|[A-Z_]+
)$/;
# These subroutines do not need to be documented, generally because
# These subroutines do not need to be documented, generally because
# you shouldn't call them yourself. No need to include subroutines
# you shouldn't call them yourself. No need to include subroutines
...
...
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