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 +++++++----------- docs/xml/installation.xml | 22 ++++++++-------------- docs/xml/modules.xml | 9 --------- 3 files changed, 15 insertions(+), 34 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 @@ -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', diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index ad9bfffea..a18f6f98c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -329,18 +329,6 @@ - - - MIME::Base64 (&min-mime-base64-ver;) - - - - - - MIME::Parser (&min-mime-parser-ver;) - - - Email::Send (&min-email-send-ver;) @@ -394,7 +382,13 @@ XML::Twig - (&min-xml-twig-ver;) for the XML interface + (&min-xml-twig-ver;) for bug import/export + + + + + + MIME::Parser (&min-mime-parser-ver;) for bug import/export diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml index a73469ac2..6e325c5a7 100644 --- a/docs/xml/modules.xml +++ b/docs/xml/modules.xml @@ -139,15 +139,6 @@ - - MIME::Base64: - - CPAN Download Page: - PPM Download Link: - Documentation: - - - MIME::Parser (part of MIME-tools): -- cgit v1.2.3-24-g4f1b