diff options
author | lpsolit%gmail.com <> | 2009-07-28 19:57:35 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-28 19:57:35 +0200 |
commit | da9e336a8dd2bf03fb826f41f2a1d6921b327ee2 (patch) | |
tree | 96f5241b4f601fee085b55d9f7f3db1f4d589aa4 /docs/en | |
parent | 70504875958f245d7ef53ab422fcfe02cfd56193 (diff) | |
download | bugzilla-da9e336a8dd2bf03fb826f41f2a1d6921b327ee2.tar.gz bugzilla-da9e336a8dd2bf03fb826f41f2a1d6921b327ee2.tar.xz |
Bug 450570: Installation docs don't mention install-modules.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index a599d0824..6e394bb9e 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.166 2009/07/16 01:16:12 lpsolit%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.167 2009/07/28 17:57:35 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -243,29 +243,15 @@ </para> <para> - There is a meta-module called Bundle::Bugzilla, - which installs all the other - modules with a single command. You should use this if you are running - Perl 5.6.1 or above. - </para> - - <para> - The preferred way of installing Perl modules is via CPAN on Unix, - or PPM on Windows (see <xref linkend="win32-perl-modules"/>). These - instructions assume you are using CPAN; if for some reason you need - to install the Perl modules manually, see - <xref linkend="install-perlmodules-manual"/>. + The preferred way of installing Perl modules is to use the + <filename>install-module.pl</filename> script on Unix, + or PPM on Windows (see <xref linkend="win32-perl-modules"/>). If for + some reason you need to install the Perl modules manually, see + <xref linkend="install-perlmodules-manual"/>. For instance, on Unix: </para> - <screen><prompt>bash#</prompt> perl -MCPAN -e 'install "<modulename>"'</screen> + <screen><prompt>bash#</prompt> perl install-module.pl <modulename></screen> - <para> - If you using Bundle::Bugzilla, invoke the magic CPAN command on it. - Otherwise, you need to work down the - list of modules that <filename>checksetup.pl</filename> says are - required, in the order given, invoking the command on each. - </para> - <tip> <para>Many people complain that Perl modules will not install for them. Most times, the error messages complain that they are missing a |