From da9e336a8dd2bf03fb826f41f2a1d6921b327ee2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 28 Jul 2009 17:57:35 +0000 Subject: Bug 450570: Installation docs don't mention install-modules.pl - Patch by Frédéric Buclin r=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/xml/installation.xml | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'docs') 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 @@ - + Installing Bugzilla @@ -243,29 +243,15 @@ - 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. - - - - The preferred way of installing Perl modules is via CPAN on Unix, - or PPM on Windows (see ). These - instructions assume you are using CPAN; if for some reason you need - to install the Perl modules manually, see - . + The preferred way of installing Perl modules is to use the + install-module.pl script on Unix, + or PPM on Windows (see ). If for + some reason you need to install the Perl modules manually, see + . For instance, on Unix: - bash# perl -MCPAN -e 'install "<modulename>"' + bash# perl install-module.pl <modulename> - - If you using Bundle::Bugzilla, invoke the magic CPAN command on it. - Otherwise, you need to work down the - list of modules that checksetup.pl says are - required, in the order given, invoking the command on each. - - Many people complain that Perl modules will not install for them. Most times, the error messages complain that they are missing a -- cgit v1.2.3-24-g4f1b