From b705df322c8d1f703c1d97c96eac1a8dc9053d11 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 13 Feb 2007 08:19:00 +0000 Subject: Bug 366408: MIME:: modules should now be optional, not required (because we've moved to using mostly the Email:: modules instead) Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/Install/Requirements.pm | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index a80ee9a14..43cdaf7ec 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -82,17 +82,6 @@ sub REQUIRED_MODULES { module => 'Template', version => '2.12' }, - { - package => 'MIME-Base64', - module => 'MIME::Base64', - version => '3.01' - }, - { - package => 'MIME-tools', - # MIME::Parser is packaged as MIME::Tools on ActiveState Perl - module => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser', - version => '5.406' - }, { package => 'Email-Send', module => 'Email::Send', @@ -151,6 +140,13 @@ sub OPTIONAL_MODULES { version => 0, feature => 'Move Bugs Between Installations' }, + { + package => 'MIME-tools', + # MIME::Parser is packaged as MIME::Tools on ActiveState Perl + module => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser', + version => '5.406', + feature => 'Move Bugs Between Installations' + }, { package => 'libwww-perl', module => 'LWP::UserAgent', -- cgit v1.2.3-24-g4f1b