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
45c7f0a1
Commit
45c7f0a1
authored
Jan 06, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CGI::Carp qw(fatalsToBrowser) doesn't work under mod_perl (per its POD),
so I had to fix the last checkin.
parent
22d395ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
mod_perl.pl
mod_perl.pl
+0
-4
No files found.
mod_perl.pl
View file @
45c7f0a1
...
...
@@ -93,10 +93,6 @@ sub handler : method {
# here explicitly or init_page's shutdownhtml code won't work right.
$0
=
$ENV
{
'SCRIPT_FILENAME'
};
# Make all errors go to the browser, not the log.
require
CGI::
Carp
;
CGI::
Carp
->
import
(
'fatalsToBrowser'
);
Bugzilla::
init_page
();
return
$class
->
SUPER::
handler
(
@_
);
}
...
...
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