Commit 6032799c authored by Frédéric Buclin's avatar Frédéric Buclin Committed by Byron Jones

Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t

r=dkl,a=glob
parent 3c11da0b
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment