diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-13 07:38:16 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-13 07:38:16 +0200 |
commit | 6032799c8cd306b7dbdf5958847b371c309bfef3 (patch) | |
tree | 633e7c10decd391abc9524ce8179b616df02df83 /t | |
parent | 3c11da0b05ddffdb5353366314fa5e8d6716fe15 (diff) | |
download | bugzilla-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.t | 2 |
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 |