]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 455585: Installation docs should recommend using package management instead of...
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 15 Jul 2010 11:09:09 +0000 (13:09 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 15 Jul 2010 11:09:09 +0000 (13:09 +0200)
r=glob

docs/en/xml/installation.xml

index 6faf50df377666221381a15464e8f4fb8bcbe4fa..f0e7c099623cbbb0e63c4a67f18bfc3546bea5bc 100644 (file)
       </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 &lt;modulename&gt;</screen>