summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-04-04 13:48:06 +0200
committermkanat%bugzilla.org <>2008-04-04 13:48:06 +0200
commitcb98521e9a54a570dcca151f2e6eb8964722de39 (patch)
treedc4587163f027b1207ccf6f186c116042b540a63 /docs/en/xml/installation.xml
parentc7f35585ef6088dcabbab77d0031cdd4ee40c1e3 (diff)
downloadbugzilla-cb98521e9a54a570dcca151f2e6eb8964722de39.tar.gz
bugzilla-cb98521e9a54a570dcca151f2e6eb8964722de39.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/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 1bc71c024..4b2bfbbfc 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.135 2008/04/04 06:48:05 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.136 2008/04/04 06:48:06 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>