Commit a8577a8e authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 455585: Installation docs should recommend using package management instead of CPAN

r=glob
parent 748a2af2
...@@ -242,11 +242,16 @@ ...@@ -242,11 +242,16 @@
</para> </para>
<para> <para>
The preferred way of installing Perl modules is to use the The preferred way to install missing Perl modules is to use the package
<filename>install-module.pl</filename> script on Unix, manager provided by your operating system (e.g <quote>rpm</quote> or
or PPM on Windows (see <xref linkend="win32-perl-modules"/>). If for <quote>yum</quote> on Linux distros, or <quote>ppm</quote> on Windows
some reason you need to install the Perl modules manually, see if using ActivePerl, see <xref linkend="win32-perl-modules"/>).
<xref linkend="install-perlmodules-manual"/>. For instance, on Unix: 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> </para>
<screen><prompt>bash#</prompt> perl install-module.pl &lt;modulename&gt;</screen> <screen><prompt>bash#</prompt> perl install-module.pl &lt;modulename&gt;</screen>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment