diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-23 15:25:19 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-23 15:25:19 +0200 |
commit | 948b58060560b15982da3078ce0595227aef723e (patch) | |
tree | d84217f333e5013ade8530765d459a51be92a10d /t | |
parent | 3b29cba48914451664ed3aab560fd26973e43b0a (diff) | |
download | bugs-948b58060560b15982da3078ce0595227aef723e.tar bugs-948b58060560b15982da3078ce0595227aef723e.tar.gz bugs-948b58060560b15982da3078ce0595227aef723e.tar.bz2 bugs-948b58060560b15982da3078ce0595227aef723e.tar.xz bugs-948b58060560b15982da3078ce0595227aef723e.zip |
Bug 714724: Correctly encode emails as quoted-printable
r=dkl a=sgreen
Diffstat (limited to 't')
-rw-r--r-- | t/011pod.t | 1 |
1 files changed, 1 insertions, 0 deletions
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 |