]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1153131: bug 1051056 causes "Undocumented methods: FIELD_MAP" during t/011pod.t
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 13 Apr 2015 05:38:16 +0000 (13:38 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 13 Apr 2015 05:38:16 +0000 (13:38 +0800)
r=dkl,a=glob

t/011pod.t

index 8620b94d5956530b94cf2d9e7b455e71c2baa6a9..71294dfe601e6497b5c6f757c8217c4ab8daa280 100644 (file)
@@ -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