From: Frédéric Buclin Date: Mon, 13 Apr 2015 05:38:16 +0000 (+0800) Subject: Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t X-Git-Tag: release-5.1.1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6032799c8cd306b7dbdf5958847b371c309bfef3;p=thirdparty%2Fbugzilla.git Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t r=dkl,a=glob --- diff --git a/t/011pod.t b/t/011pod.t index 8620b94d59..71294dfe60 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