summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2008-04-09 21:27:32 +0200
committerwurblzap%gmail.com <>2008-04-09 21:27:32 +0200
commit09e9e8b9dba58ae262c0ce664561373f4380205f (patch)
treeab58878bd4d9358662500b7ce1fe4cef9d46ac37 /Bugzilla/Install/Requirements.pm
parent1f2af64c1fb0d1a45d932c5708d0c53f03c89278 (diff)
downloadbugzilla-09e9e8b9dba58ae262c0ce664561373f4380205f.tar.gz
bugzilla-09e9e8b9dba58ae262c0ce664561373f4380205f.tar.xz
Bug 311563 – Make whining permit utf8 in whining reports.
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 0bfa9ec87..b8695c824 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -89,7 +89,11 @@ sub REQUIRED_MODULES {
version => ON_WINDOWS ? '2.16' : '2.00'
},
{
- # This will pull in Email::MIME for us, also.
+ package => 'Email-MIME',
+ module => 'Email::MIME',
+ version => '1.861'
+ },
+ {
package => 'Email-MIME-Modifier',
module => 'Email::MIME::Modifier',
version => 0