Closed
Bug 282505
Opened 20 years ago
Closed 20 years ago
perl 5.6: config.cgi dies when it tries to use Bugzilla::DB
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
(deleted),
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
For some reason, config.cgi dies in perl 5.6 when it tries to "use
Bugzilla::DB". Actually just removing this line from the code makes everything
OK. config.cgi still compiles and runs properly.
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #174520 -
Flags: review?
Comment 2•20 years ago
|
||
Comment on attachment 174520 [details] [diff] [review]
One-line fix
I suspect this might break again when CGI.pl goes away, but we can cross that
bridge when we come to it.
Attachment #174520 -
Flags: review? → review+
Updated•20 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 2.20
Assignee | ||
Comment 3•20 years ago
|
||
Checking in config.cgi;
/cvsroot/mozilla/webtools/bugzilla/config.cgi,v <-- config.cgi
new revision: 1.8; previous revision: 1.7
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•