From fedc614940493768c53791939065fcf72ac5414b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 31 Aug 2015 12:20:49 +0800 Subject: Bug 714724 - correctly encode emails as quoted-printable r=LpSolit,a=sgreen --- t/011pod.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/011pod.t') diff --git a/t/011pod.t b/t/011pod.t index 9c092eeb1..193435d4e 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.3-24-g4f1b