diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-15 13:03:22 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-15 13:03:22 +0200 |
commit | a8577a8e73b15608c09f70b9c326196832934407 (patch) | |
tree | e830753cb45a2fe74600cecd730b65fd84631ecd /docs/en | |
parent | 748a2af2e64aa0d0868704da677661a4057586cc (diff) | |
download | bugzilla-a8577a8e73b15608c09f70b9c326196832934407.tar.gz bugzilla-a8577a8e73b15608c09f70b9c326196832934407.tar.xz |
Bug 455585: Installation docs should recommend using package management instead of CPAN
r=glob
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 15 |
1 files changed, 10 insertions, 5 deletions
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 @@ </para> <para> - The preferred way of installing Perl modules is to use the - <filename>install-module.pl</filename> script on Unix, - or PPM on Windows (see <xref linkend="win32-perl-modules"/>). If for - some reason you need to install the Perl modules manually, see - <xref linkend="install-perlmodules-manual"/>. 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 <quote>rpm</quote> or + <quote>yum</quote> on Linux distros, or <quote>ppm</quote> on Windows + if using ActivePerl, see <xref linkend="win32-perl-modules"/>). + If some Perl modules are still missing or are too old, then we recommend + using the <filename>install-module.pl</filename> script (doesn't work + with ActivePerl on Windows). If for some reason you really need to + install the Perl modules manually, see + <xref linkend="install-perlmodules-manual"/>. For instance, on Unix, + you invoke <filename>install-module.pl</filename> as follows: </para> <screen><prompt>bash#</prompt> perl install-module.pl <modulename></screen> |