summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/xml/installation.xml22
-rw-r--r--docs/xml/modules.xml9
2 files changed, 8 insertions, 23 deletions
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 @@
<!-- <!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>
@@ -331,18 +331,6 @@
<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;)
</para>
</listitem>
@@ -394,7 +382,13 @@
<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>
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
@@ -140,15 +140,6 @@
</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>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>