From 8a3a795c12e95481e7dd7b169495ecb5154d120b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 16 Jul 2009 01:16:11 +0000 Subject: Bug 504418: mod_perl CGI requirement no longer newer than base CGI requirement - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/xml/installation.xml | 14 +------------- docs/makedocs.pl | 7 ------- 2 files changed, 1 insertion(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 65c6b9e8a..a599d0824 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 17e6c3331..506fbe61b 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; -- cgit v1.2.3-24-g4f1b