From 6032799c8cd306b7dbdf5958847b371c309bfef3 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 13 Apr 2015 13:38:16 +0800 Subject: Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t r=dkl,a=glob --- t/011pod.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/011pod.t b/t/011pod.t index 8620b94d5..71294dfe6 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -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 -- cgit v1.2.3-24-g4f1b