From 948b58060560b15982da3078ce0595227aef723e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 23 Oct 2015 15:25:19 +0200 Subject: Bug 714724: Correctly encode emails as quoted-printable r=dkl a=sgreen --- t/011pod.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/011pod.t b/t/011pod.t index cba9111d1..8a7f374ce 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -35,6 +35,7 @@ use constant SUB_WHITELIST => ( 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/, 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, 'Bugzilla::Template' => qr/^field_name$/, + 'Bugzilla::MIME' => qr/^as_string$/, ); # These modules do not need to be documented, generally because they -- cgit v1.2.1