]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 450570: Installation docs don't mention install-modules.pl - Patch by FrédÃ...
authorlpsolit%gmail.com <>
Tue, 28 Jul 2009 18:00:53 +0000 (18:00 +0000)
committerlpsolit%gmail.com <>
Tue, 28 Jul 2009 18:00:53 +0000 (18:00 +0000)
docs/en/xml/installation.xml

index 25b02f43f1fe7e79fcd9463e33efc0b73113bac6..dcfdb01851f63cea8f8284ca0c6bfb2d7867eda2 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.157.2.8 2009/07/16 01:19:55 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.157.2.9 2009/07/28 18:00:53 lpsolit%gmail.com Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
       </para>
       
       <para>
-        There is a meta-module called Bundle::Bugzilla, 
-        which installs all the other 
-        modules with a single command. You should use this if you are running
-        Perl 5.6.1 or above.
-      </para>
-      
-      <para>
-        The preferred way of installing Perl modules is via CPAN on Unix, 
-        or PPM on Windows (see <xref linkend="win32-perl-modules"/>). These
-        instructions assume you are using CPAN; if for some reason you need 
-        to install the Perl modules manually, see 
-        <xref linkend="install-perlmodules-manual"/>.
+        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:
       </para>  
         
-      <screen><prompt>bash#</prompt> perl -MCPAN -e 'install "&lt;modulename&gt;"'</screen>
+      <screen><prompt>bash#</prompt> perl install-module.pl &lt;modulename&gt;</screen>
 
-      <para>
-        If you using Bundle::Bugzilla, invoke the magic CPAN command on it.
-        Otherwise, you need to work down the 
-        list of modules that <filename>checksetup.pl</filename> says are
-        required, in the order given, invoking the command on each.
-      </para>
-      
       <tip>
         <para>Many people complain that Perl modules will not install for
         them. Most times, the error messages complain that they are missing a