Commit da9e336a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 450570: Installation docs don't mention install-modules.pl - Patch by…

Bug 450570: Installation docs don't mention install-modules.pl - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=mkanat
parent 70504875
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.166 2009/07/16 01:16:12 lpsolit%gmail.com Exp $ --> <!-- $Id: installation.xml,v 1.167 2009/07/28 17:57:35 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -243,29 +243,15 @@ ...@@ -243,29 +243,15 @@
</para> </para>
<para> <para>
There is a meta-module called Bundle::Bugzilla, The preferred way of installing Perl modules is to use the
which installs all the other <filename>install-module.pl</filename> script on Unix,
modules with a single command. You should use this if you are running or PPM on Windows (see <xref linkend="win32-perl-modules"/>). If for
Perl 5.6.1 or above. some reason you need to install the Perl modules manually, see
</para> <xref linkend="install-perlmodules-manual"/>. For instance, on Unix:
<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"/>.
</para> </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> <tip>
<para>Many people complain that Perl modules will not install for <para>Many people complain that Perl modules will not install for
them. Most times, the error messages complain that they are missing a them. Most times, the error messages complain that they are missing a
......
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