summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoruid623 <>2006-06-08 05:11:03 +0200
committeruid623 <>2006-06-08 05:11:03 +0200
commit501b3da57c06c707ecfbb63543052894149d1997 (patch)
tree570766c3c853f448b687f36769f7bcd23ead7105 /docs
parente45db871a4a4a12fb87f07e062831e4ca694cd95 (diff)
downloadbugzilla-501b3da57c06c707ecfbb63543052894149d1997.tar.gz
bugzilla-501b3da57c06c707ecfbb63543052894149d1997.tar.xz
Documentation patch for bug 340713: remove troubleshooting question (related to Perl 5.6.1 upgrade) from the 2.20, 2.22 and trunk docs, as we already require 5.6.1 in these places; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/troubleshooting.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml
index a929400e3..acf59f7a3 100644
--- a/docs/xml/troubleshooting.xml
+++ b/docs/xml/troubleshooting.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: troubleshooting.xml,v 1.10 2006/06/06 15:24:10 uid623 Exp $ -->
+<!-- $Id: troubleshooting.xml,v 1.11 2006/06/07 20:11:03 uid623 Exp $ -->
<appendix id="troubleshooting">
<title>Troubleshooting</title>
@@ -82,24 +82,6 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t
</listitem>
</orderedlist>
</section>
-
- <section id="trbl-bundleBugzilla">
- <title>Bundle::Bugzilla makes me upgrade to Perl 5.6.1</title>
-
- <para>Try executing <command>perl -MCPAN -e 'install CPAN'</command>
- and then continuing.
- </para>
-
- <para>Certain older versions of the CPAN toolset were somewhat naive about
- how to upgrade Perl modules. When a couple of modules got rolled into the
- core Perl distribution for 5.6.1, CPAN thought that the best way to get
- those modules up to date was to haul down the Perl distribution itself and
- build it. Needless to say, this has caused headaches for just about
- everybody. Upgrading to a newer version of CPAN with the
- commandline above should fix things.
- </para>
- </section>
-
<section id="trbl-dbdSponge">
<title>DBD::Sponge::db prepare failed</title>