<!-- <!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 "<modulename>"'</screen>
+ <screen><prompt>bash#</prompt> perl install-module.pl <modulename></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