From b8425451be95ca30c5229bd57b7d53a9ddfe6141 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 16 Jul 2009 01:17:52 +0000 Subject: [PATCH] =?utf8?q?Bug=20504418:=20mod=5Fperl=20CGI=20requirement?= =?utf8?q?=20no=20longer=20newer=20than=20base=20CGI=20requirement=20-=20P?= =?utf8?q?atch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/en/xml/installation.xml | 14 +------------- docs/makedocs.pl | 7 ------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 65c6b9e8ac..1edd30bb23 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -485,14 +485,6 @@ (&min-mod_perl2-ver;) for mod_perl - - - - CGI - (&min-mp-cgi-ver;) for mod_perl - - - @@ -665,10 +657,6 @@ Bugzilla requires mod_perl to be installed, which can be obtained from - Bugzilla requires version &min-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed. - - Bugzilla also requires a more up-to-date version of the CGI - perl module to be installed, version &min-mp-cgi-ver; as opposed to &min-cgi-ver; - diff --git a/docs/makedocs.pl b/docs/makedocs.pl index 17e6c33317..506fbe61b3 100644 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -73,13 +73,6 @@ foreach my $module (@$modules, @$opt_modules) print ENTITIES '' . "\n"; } -# CGI is a special case, because for Perl versions below 5.10, it has an -# optional version *and* a required version. -# We check @opt_modules first, then @modules, and pick the first we get. -# We'll get the optional one then, if it is given, otherwise the required one. -my ($cgi_opt) = grep($_->{module} eq 'CGI', @$opt_modules, @$modules); -print ENTITIES '{version} . '">' . "\n"; - print ENTITIES "\n \n"; my $db_modules = DB_MODULE; -- 2.47.3