From b543d4ecb8481484cb5f6d7341942a9f9ec695a9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 11:48:02 +0000 Subject: Bug 360520: Docs need to be changed to include info about the Email:: modules instead of the Mail:: modules - Patch by victory(_RSZ_) r=Colin --- docs/en/xml/installation.xml | 94 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 85 insertions(+), 9 deletions(-) (limited to 'docs/en/xml/installation.xml') 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 @@ - + Installing Bugzilla @@ -258,7 +258,7 @@ Many people complain that Perl modules will not install for them. Most times, the error messages complain that they are missing a file in - @INC. + @INC. 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 @@ - Mail::Mailer (&min-mail-mailer-ver;) + MIME::Base64 (&min-mime-base64-ver;) - MIME::Base64 (&min-mime-base64-ver;) + MIME::Parser (&min-mime-parser-ver;) - MIME::Parser (&min-mime-parser-ver;) + Email::Send (&min-email-send-ver;) + + + + + + Email::MIME::Modifier (&min-email-mime-modifier-ver;) Optional Perl modules: - + GD @@ -357,6 +363,13 @@ + + + Template::Plugin::GD::Image + (&min-gd-ver;) for Graphical Reports + + + Chart::Base @@ -387,8 +400,8 @@ - SOAP::Lite - (&min-soap-lite-ver;) for the web service interface + LWP::UserAgent + (&min-lwp-useragent-ver;) for Automatic Update Notifications @@ -404,7 +417,70 @@ Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG - + + + + Net::LDAP + (&min-net-ldap-ver;) for LDAP Authentication + + + + + + SOAP::Lite + (&min-soap-lite-ver;) for the web service interface + + + + + + HTML::Parser + (&min-html-parser-ver;) for More HTML in Product/Group Descriptions + + + + + + HTML::Scrubber + (&min-html-scrubber-ver;) for More HTML in Product/Group Descriptions + + + + + + Email::MIME::Attachment::Stripper + (&min-email-mime-attachment-stripper-ver;) for Inbound Email + + + + + + Email::Reply + (&min-email-reply-ver;) for Inbound Email + + + + + + mod_perl2 + (&min-mod_perl2-ver;) for mod_perl + + + + + + CGI + (&min-cgi-ver;) for mod_perl + + + + + + Apache::DBI + (&min-apache-dbi-ver;) for mod_perl2 + + +
-- cgit v1.2.3-24-g4f1b