From a5172adf10d1e820f5099e78e6b967f0b019936b Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 1 Aug 2006 05:22:51 +0000 Subject: Bug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0 Patch By Max Kanat-Alexander (module owner) r=colin for docs, a=myk --- Bugzilla/Install/Requirements.pm | 16 -------------- docs/xml/faq.xml | 2 +- docs/xml/installation.xml | 26 +---------------------- docs/xml/modules.xml | 18 ---------------- docs/xml/requiredsoftware.xml | 4 ---- docs/xml/troubleshooting.xml | 45 +--------------------------------------- 6 files changed, 3 insertions(+), 108 deletions(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 97ea5c627..c5342966a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/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/docs/xml/faq.xml b/docs/xml/faq.xml index d2cb5f5e0..947371019 100644 --- a/docs/xml/faq.xml +++ b/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/docs/xml/installation.xml b/docs/xml/installation.xml index 9e9080609..7b3ded001 100644 --- a/docs/xml/installation.xml +++ b/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/docs/xml/modules.xml b/docs/xml/modules.xml index e2912d6a8..2e20bdc56 100644 --- a/docs/xml/modules.xml +++ b/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/docs/xml/requiredsoftware.xml b/docs/xml/requiredsoftware.xml index 8a8c35774..4a751c0c7 100644 --- a/docs/xml/requiredsoftware.xml +++ b/docs/xml/requiredsoftware.xml @@ -31,10 +31,6 @@ - Data::Dumper module: - - - MySQL related Perl modules: diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml index acf59f7a3..019ca010a 100644 --- a/docs/xml/troubleshooting.xml +++ b/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 -- cgit v1.2.3-24-g4f1b