diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index c4585d7866c..d2cd4eb8148 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9376 \ No newline at end of file +9377 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index f4442d35cfb..be8074d641f 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -3c11da0b05ddffdb5353366314fa5e8d6716fe15 \ No newline at end of file +6032799c8cd306b7dbdf5958847b371c309bfef3 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/t/011pod.t b/mozilla/webtools/bugzilla/t/011pod.t index 8620b94d595..71294dfe601 100644 --- a/mozilla/webtools/bugzilla/t/011pod.t +++ b/mozilla/webtools/bugzilla/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