summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-13 07:38:16 +0200
committerByron Jones <glob@mozilla.com>2015-04-13 07:38:16 +0200
commit6032799c8cd306b7dbdf5958847b371c309bfef3 (patch)
tree633e7c10decd391abc9524ce8179b616df02df83 /t
parent3c11da0b05ddffdb5353366314fa5e8d6716fe15 (diff)
downloadbugzilla-6032799c8cd306b7dbdf5958847b371c309bfef3.tar.gz
bugzilla-6032799c8cd306b7dbdf5958847b371c309bfef3.tar.xz
Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t
r=dkl,a=glob
Diffstat (limited to 't')
-rw-r--r--t/011pod.t2
1 files changed, 1 insertions, 1 deletions
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