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/makedocs.pl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/makedocs.pl') 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