summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-02-13 09:19:00 +0100
committermkanat%bugzilla.org <>2007-02-13 09:19:00 +0100
commitb705df322c8d1f703c1d97c96eac1a8dc9053d11 (patch)
tree04e371c2b98f80c8cbd50309b7e6cc1f9629b310 /Bugzilla/Install/Requirements.pm
parent23be26e5492a514db3e3b9a8ec4888a3b96c7805 (diff)
downloadbugzilla-b705df322c8d1f703c1d97c96eac1a8dc9053d11.tar.gz
bugzilla-b705df322c8d1f703c1d97c96eac1a8dc9053d11.tar.xz
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 <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm18
1 files changed, 7 insertions, 11 deletions
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
@@ -83,17 +83,6 @@ sub REQUIRED_MODULES {
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',
version => ON_WINDOWS ? '2.16' : '2.00'
@@ -152,6 +141,13 @@ sub OPTIONAL_MODULES {
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',
version => 0,