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:
bzrmirror%bugzilla.org 2015-04-13 05:45:50 +00:00
parent 7f19af5d02
commit c1cb011b78
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
9376 9377

View File

@ -1 +1 @@
3c11da0b05ddffdb5353366314fa5e8d6716fe15 6032799c8cd306b7dbdf5958847b371c309bfef3

View File

@ -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