diff options
author | mkanat%bugzilla.org <> | 2009-04-17 23:52:40 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-04-17 23:52:40 +0200 |
commit | 3b1bc81a53d7988a2bd22ad311f77baafc807eca (patch) | |
tree | a8e2eacb4d3a3adb3b7399a14b02489e2dc5434c /Bugzilla/Install | |
parent | a09564dd65b9050ed55dd01958fc6cb9f1c37131 (diff) | |
download | bugzilla-3b1bc81a53d7988a2bd22ad311f77baafc807eca.tar.gz bugzilla-3b1bc81a53d7988a2bd22ad311f77baafc807eca.tar.xz |
Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because of a bug in Email::MIME::Encodings
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index dba588c8a..35f329b18 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -118,6 +118,12 @@ sub REQUIRED_MODULES { 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', version => '1.442' |