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