]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because
authormkanat%bugzilla.org <>
Fri, 17 Apr 2009 21:53:12 +0000 (21:53 +0000)
committermkanat%bugzilla.org <>
Fri, 17 Apr 2009 21:53:12 +0000 (21:53 +0000)
 of a bug in Email::MIME::Encodings
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Bugzilla/Install/Requirements.pm
template/en/default/pages/release-notes.html.tmpl

index 4f17ae0535ec60f10462478fd2379a177fbe7d37..a0aed6d421c6e262159617cc8117058b8e83e183 100644 (file)
@@ -117,6 +117,12 @@ sub REQUIRED_MODULES {
         module  => 'Email::MIME',
         version => '1.861'
     },
+    {
+        package => 'Email-MIME-Encodings',
+        module  => 'Email::MIME::Encodings',
+        # Fixes bug 486206
+        version => '1.313',
+    },
     {
         package => 'Email-MIME-Modifier',
         module  => 'Email::MIME::Modifier',
index 9f617a817d7dab8bc07fd1a7e908612b829a8a14..3353ab45d18fcd988598034133e34be6e5adf23c 100644 (file)
 <h3><a name="v32_req_modules"></a>Required Perl Modules</h3>
 
 [% INCLUDE req_table reqs = REQUIRED_MODULES 
-                     new = []
+                     new = ['Email-MIME-Encodings']
                      updated = ['Template-Toolkit', 'Email-MIME',
                                 'Email-MIME-Modifier', 'CGI.pm'] %]