From: Frédéric Buclin Date: Thu, 15 Jul 2010 11:06:33 +0000 (+0200) Subject: Bug 455585: Installation docs should recommend using package management instead of... X-Git-Tag: bugzilla-3.6.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13177027ccfdab8daae6d465067819ae9bff566;p=thirdparty%2Fbugzilla.git Bug 455585: Installation docs should recommend using package management instead of CPAN r=glob --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 932921c639..22de51ffd6 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -242,11 +242,16 @@ - 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: + The preferred way to install missing Perl modules is to use the package + manager provided by your operating system (e.g rpm or + yum on Linux distros, or ppm on Windows + if using ActivePerl, see ). + If some Perl modules are still missing or are too old, then we recommend + using the install-module.pl script (doesn't work + with ActivePerl on Windows). If for some reason you really need to + install the Perl modules manually, see + . For instance, on Unix, + you invoke install-module.pl as follows: bash# perl install-module.pl <modulename>