From: Frédéric Buclin Date: Thu, 15 Jul 2010 11:07:48 +0000 (+0200) Subject: Bug 455585: Installation docs should recommend using package management instead of... X-Git-Tag: bugzilla-3.4.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b74409ed7294010ab0e407f03ff1a4db9adcbc2;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 32d0200a3d..2f5dab039e 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>