From: lpsolit%gmail.com <> Date: Tue, 28 Jul 2009 17:59:17 +0000 (+0000) Subject: Bug 450570: Installation docs don't mention install-modules.pl - Patch by FrédÃ... X-Git-Tag: bugzilla-3.4.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b474d22c03831f734ccda5d7c5fbd1c7a74db9;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 1edd30bb23..612d7e85d8 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