From: lpsolit%gmail.com <> Date: Tue, 28 Jul 2009 18:00:53 +0000 (+0000) Subject: Bug 450570: Installation docs don't mention install-modules.pl - Patch by FrédÃ... X-Git-Tag: bugzilla-3.2.5~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e969fb0f46b199d5ea135cb2c06570ac24ce459;p=thirdparty%2Fbugzilla.git Bug 450570: Installation docs don't mention install-modules.pl - Patch by Frédéric Buclin r=mkanat --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 25b02f43f1..dcfdb01851 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