Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t
r=dkl,a=glob git-svn-id: svn://10.0.0.236/trunk@265923 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7f19af5d02
commit
c1cb011b78
@ -1 +1 @@
|
||||
9376
|
||||
9377
|
||||
@ -1 +1 @@
|
||||
3c11da0b05ddffdb5353366314fa5e8d6716fe15
|
||||
6032799c8cd306b7dbdf5958847b371c309bfef3
|
||||
@ -24,7 +24,7 @@ use Test::More tests => scalar(@Support::Files::testitems)
|
||||
+ scalar(@Support::Files::module_files);
|
||||
|
||||
# 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
|
||||
# you shouldn't call them yourself. No need to include subroutines
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user