From: mkanat%bugzilla.org <> Date: Tue, 1 Aug 2006 05:22:51 +0000 (+0000) Subject: Bug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0 X-Git-Tag: bugzilla-2.23.3~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5172adf10d1e820f5099e78e6b967f0b019936b;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 97ea5c6270..c5342966aa 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 d2cb5f5e08..9473710190 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 9e9080609c..7b3ded001c 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 e2912d6a8c..2e20bdc564 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 8a8c35774c..4a751c0c74 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 acf59f7a3a..019ca010a1 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