Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
3fcb8c1e
Commit
3fcb8c1e
authored
Jan 02, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 471060: The mod_perl CGI requirement isn't necessary anymore
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent
2dea5418
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
Requirements.pm
Bugzilla/Install/Requirements.pm
+0
-13
No files found.
Bugzilla/Install/Requirements.pm
View file @
3fcb8c1e
...
@@ -259,19 +259,6 @@ sub OPTIONAL_MODULES {
...
@@ -259,19 +259,6 @@ sub OPTIONAL_MODULES {
},
},
);
);
# Even very new releases of perl (5.8.5) don't come with this version,
# so I didn't want to make it a general requirement just for
# running under mod_cgi.
# If Perl 5.10 is installed, then CGI 3.33 is already required. So this
# check is only relevant with Perl 5.8.x.
my
$perl_ver
=
sprintf
(
'%vd'
,
$
^
V
);
if
(
vers_cmp
(
$perl_ver
,
'5.10'
)
<
0
)
{
push
(
@modules
,
{
package
=>
'CGI.pm'
,
module
=>
'CGI'
,
version
=>
'3.11'
,
feature
=>
'mod_perl'
});
}
my
$all_modules
=
_get_extension_requirements
(
my
$all_modules
=
_get_extension_requirements
(
'OPTIONAL_MODULES'
,
\
@modules
);
'OPTIONAL_MODULES'
,
\
@modules
);
return
$all_modules
;
return
$all_modules
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment