diff options
-rw-r--r-- | docs/en/xml/troubleshooting.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/docs/en/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml index 4b0615d53..7a4a08ef5 100644 --- a/docs/en/xml/troubleshooting.xml +++ b/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.9 2008/04/04 06:48:21 jocuri%softhome.net Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.11 2008/04/04 06:48:23 uid623 Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> @@ -15,7 +15,7 @@ completion, it normally explains what's wrong and how to fix it. If you can't work it out, or if it's being uncommunicative, post the errors in the - <ulink url="news://news.mozilla.org/netscape.public.mozilla.webtools">netscape.public.mozilla.webtools</ulink> + <ulink url="news://news.mozilla.org/mozilla.support.bugzilla">mozilla.support.bugzilla</ulink> newsgroup. </para> @@ -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> |