]> 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:49 +0000 (21:53 +0000)
committermkanat%bugzilla.org <>
Fri, 17 Apr 2009 21:53:49 +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 47699e4324d710b839950a87fd5e151ac3a25e8e..bf833846b12b3de44fcb0e4b912c6724dc3ef312 100644 (file)
@@ -94,6 +94,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 0d3552c1b40e9cb5dc1f59e0e963261b2c1dc3e0..f1981acf185641314a001374fdf3d427b807daf0 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'] %]