diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm
index 97ea5c62707..c5342966aa0 100644
--- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm
+++ b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm
@@ -42,10 +42,6 @@ use constant REQUIRED_MODULES => [
name => 'CGI',
version => '2.93'
},
- {
- name => 'Data::Dumper',
- version => '0'
- },
{
name => 'Date::Format',
version => '2.21'
@@ -58,18 +54,10 @@ use constant REQUIRED_MODULES => [
name => 'File::Spec',
version => '0.84'
},
- {
- name => 'File::Temp',
- version => '0'
- },
{
name => 'Template',
version => '2.08'
},
- {
- name => 'Text::Wrap',
- version => '2001.0131'
- },
{
name => 'Mail::Mailer',
version => '1.67'
@@ -83,10 +71,6 @@ use constant REQUIRED_MODULES => [
name => $^O =~ /MSWin32/i ? 'MIME::Tools' : 'MIME::Parser',
version => '5.406'
},
- {
- name => 'Storable',
- version => '0'
- },
];
use constant OPTIONAL_MODULES => [
diff --git a/mozilla/webtools/bugzilla/docs/xml/faq.xml b/mozilla/webtools/bugzilla/docs/xml/faq.xml
index d2cb5f5e082..9473710190e 100644
--- a/mozilla/webtools/bugzilla/docs/xml/faq.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/faq.xml
@@ -1276,7 +1276,7 @@ password=mypassword
- I reckon TimeDate and Data::Dumper come with the activeperl.
+ I reckon TimeDate comes with the activeperl.
You can check the ActiveState site for packages for installation
through PPM. .
diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml
index c476f671887..7a0fc816066 100644
--- a/mozilla/webtools/bugzilla/docs/xml/installation.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/installation.xml
@@ -1,5 +1,5 @@
-
+
Installing Bugzilla
@@ -291,12 +291,6 @@
-
-
- Data::Dumper (&min-data-dumper-ver;)
-
-
-
Date::Format (&min-date-format-ver;)
@@ -328,12 +322,6 @@
-
-
- File::Temp (&min-file-temp-ver;)
-
-
-
Template
@@ -341,12 +329,6 @@
-
-
- Text::Wrap (&min-text-wrap-ver;)
-
-
-
Mail::Mailer (&min-mail-mailer-ver;)
@@ -364,12 +346,6 @@
MIME::Parser (&min-mime-parser-ver;)
-
-
-
- Storable (&min-storable-ver;)
-
-
Optional Perl modules:
diff --git a/mozilla/webtools/bugzilla/docs/xml/modules.xml b/mozilla/webtools/bugzilla/docs/xml/modules.xml
index e2912d6a8c3..2e20bdc564c 100644
--- a/mozilla/webtools/bugzilla/docs/xml/modules.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/modules.xml
@@ -103,15 +103,6 @@
-
- File::Temp:
-
- CPAN Download Page:
- PPM Download Page: Part of core distribution.
- Documentation:
-
-
-
Template-Toolkit:
@@ -121,15 +112,6 @@
-
- Text::Wrap:
-
- CPAN Download Page:
- PPM Download Link: Part of core distribution.
- Documentation:
-
-
-
GD:
diff --git a/mozilla/webtools/bugzilla/docs/xml/requiredsoftware.xml b/mozilla/webtools/bugzilla/docs/xml/requiredsoftware.xml
index 8a8c35774cd..4a751c0c746 100644
--- a/mozilla/webtools/bugzilla/docs/xml/requiredsoftware.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/requiredsoftware.xml
@@ -31,10 +31,6 @@
- Data::Dumper module:
-
-
-
MySQL related Perl modules:
diff --git a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml
index 2c116af1ada..30692fdc723 100644
--- a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml
@@ -1,5 +1,5 @@
-
+
Troubleshooting
@@ -139,49 +139,6 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t
-
- Your vendor has not defined Fcntl macro O_NOINHERIT
-
- This is caused by a bug in the version of
- File::Temp that is distributed with perl
- 5.6.0. Many minor variations of this error have been reported:
-
-
- Your vendor has not defined Fcntl macro O_NOINHERIT, used
-at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 208.
-
-Your vendor has not defined Fcntl macro O_EXLOCK, used
-at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 210.
-
-Your vendor has not defined Fcntl macro O_TEMPORARY, used
-at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233.
-
- Numerous people have reported that upgrading to version 5.6.1
- or higher solved the problem for them. A less involved fix is to apply
- the following patch, which is also
- available as a patch file.
-
-
-
-
-
Everybody is constantly being forced to relogin