From 09e9e8b9dba58ae262c0ce664561373f4380205f Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 9 Apr 2008 19:27:32 +0000 Subject: Bug 311563 – Make whining permit utf8 in whining reports. Patch by Marc Schumann ; r=mkanat; a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') 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 -- cgit v1.2.3-24-g4f1b