]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 366408: MIME:: modules should now be optional, not required (because we've moved...
authormkanat%bugzilla.org <>
Tue, 13 Feb 2007 08:19:00 +0000 (08:19 +0000)
committermkanat%bugzilla.org <>
Tue, 13 Feb 2007 08:19:00 +0000 (08:19 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Bugzilla/Install/Requirements.pm
docs/xml/installation.xml
docs/xml/modules.xml

index a80ee9a14c03b83b70a260e6f5d6da6b78f0075e..43cdaf7ec18ce5c58d476077feff077518601015 100644 (file)
@@ -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',
index ad9bfffea7c21169f0bc18a42c4365f35352e17f..a18f6f98c0b88c853c7df63fe9296f296ceafa8a 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.135 2006/11/29 18:00:53 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.136 2007/02/13 00:19:00 mkanat%bugzilla.org Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
           </para>
         </listitem>
 
-        <listitem>
-          <para>
-            MIME::Base64 (&min-mime-base64-ver;)
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            MIME::Parser (&min-mime-parser-ver;)
-          </para>
-        </listitem>
-
         <listitem>
           <para>
             Email::Send (&min-email-send-ver;)
         <listitem>
           <para>
             <link linkend="install-modules-xml-twig">XML::Twig</link>
-            (&min-xml-twig-ver;) for the XML interface
+            (&min-xml-twig-ver;) for bug import/export
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            MIME::Parser (&min-mime-parser-ver;) for bug import/export
           </para>
         </listitem>
 
index a73469ac28a74b2e2557c604ae3067abb33ca72e..6e325c5a7339fd2696f6a4f1a3f350126f4f6401 100644 (file)
       </literallayout>
     </para>
 
-    <para>
-      MIME::Base64:
-      <literallayout>
-        CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-Base64/"/>
-        PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-Base64-2.20.zip"/>
-        Documentation: <ulink url="http://search.cpan.org/dist/MIME-Base64/Base64.pm"/>
-      </literallayout>
-    </para>
-
     <para>
       MIME::Parser (part of MIME-tools):
       <literallayout>