summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:48:02 +0200
committerlpsolit%gmail.com <>2008-04-04 13:48:02 +0200
commitb543d4ecb8481484cb5f6d7341942a9f9ec695a9 (patch)
tree5bd241af07e636cf191869e029b5c88ac8b87430 /docs/en/xml/installation.xml
parentdc56113292ae1f5ebcbfe3acc8767ef3242eba84 (diff)
downloadbugzilla-b543d4ecb8481484cb5f6d7341942a9f9ec695a9.tar.gz
bugzilla-b543d4ecb8481484cb5f6d7341942a9f9ec695a9.tar.xz
Bug 360520: Docs need to be changed to include info about the Email:: modules instead of the Mail:: modules - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=Colin
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml94
1 files changed, 85 insertions, 9 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index bef8bca51..e4ce11dca 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.131 2008/04/04 06:48:01 mkanat%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.132 2008/04/04 06:48:02 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -258,7 +258,7 @@
<para>Many people complain that Perl modules will not install for
them. Most times, the error messages complain that they are missing a
file in
- <quote>@INC</quote>.
+ <quote>@INC</quote>.
Virtually every time, this error is due to permissions being set too
restrictively for you to compile Perl modules or not having the
necessary Perl development libraries installed on your system.
@@ -331,25 +331,31 @@
<listitem>
<para>
- Mail::Mailer (&min-mail-mailer-ver;)
+ MIME::Base64 (&min-mime-base64-ver;)
</para>
</listitem>
<listitem>
<para>
- MIME::Base64 (&min-mime-base64-ver;)
+ MIME::Parser (&min-mime-parser-ver;)
</para>
</listitem>
<listitem>
<para>
- MIME::Parser (&min-mime-parser-ver;)
+ Email::Send (&min-email-send-ver;)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::MIME::Modifier (&min-email-mime-modifier-ver;)
</para>
</listitem>
</orderedlist>
Optional Perl modules:
- <orderedlist>
+ <orderedlist>
<listitem>
<para>
<link linkend="install-modules-gd">GD</link>
@@ -359,6 +365,13 @@
<listitem>
<para>
+ Template::Plugin::GD::Image
+ (&min-gd-ver;) for Graphical Reports
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<link linkend="install-modules-chart-base">Chart::Base</link>
(&min-chart-base-ver;) for bug charting
</para>
@@ -387,8 +400,8 @@
<listitem>
<para>
- <link linkend="install-modules-soap-lite">SOAP::Lite</link>
- (&min-soap-lite-ver;) for the web service interface
+ LWP::UserAgent
+ (&min-lwp-useragent-ver;) for Automatic Update Notifications
</para>
</listitem>
@@ -404,7 +417,70 @@
Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG
</para>
</listitem>
- </orderedlist>
+
+ <listitem>
+ <para>
+ Net::LDAP
+ (&min-net-ldap-ver;) for LDAP Authentication
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <link linkend="install-modules-soap-lite">SOAP::Lite</link>
+ (&min-soap-lite-ver;) for the web service interface
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ HTML::Parser
+ (&min-html-parser-ver;) for More HTML in Product/Group Descriptions
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ HTML::Scrubber
+ (&min-html-scrubber-ver;) for More HTML in Product/Group Descriptions
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::MIME::Attachment::Stripper
+ (&min-email-mime-attachment-stripper-ver;) for Inbound Email
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::Reply
+ (&min-email-reply-ver;) for Inbound Email
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ mod_perl2
+ (&min-mod_perl2-ver;) for mod_perl
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ CGI
+ (&min-cgi-ver;) for mod_perl
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Apache::DBI
+ (&min-apache-dbi-ver;) for mod_perl2
+ </para>
+ </listitem>
+ </orderedlist>
</para>
<section id="install-modules-dbd-mysql">