From 791cfbda0ea6f379acd9d2d0ecf867b08cd5565c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 15 Jul 2010 13:05:03 +0200 Subject: [PATCH] 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(-) 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> -- 2.47.2