From a8577a8e73b15608c09f70b9c326196832934407 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 15 Jul 2010 13:03:22 +0200 Subject: Bug 455585: Installation docs should recommend using package management instead of CPAN r=glob --- docs/en/xml/installation.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 6ff99c459..2b8e1b878 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> -- cgit v1.2.3-24-g4f1b