Closed
Bug 299145
Opened 20 years ago
Closed 20 years ago
Document new required perl modules
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: cso, Assigned: cso)
Details
Attachments
(1 file)
|
5.90 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Before 2.20 (ideally, before rc1) the documentation needs to be updated for the new minimum requirements... For PostgreSQL support: PostgreSQL (7.3.x) and DBD::Pg (1.31) For Email Support: Mail::Mailer (1.65) For something: Storable (any)
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 1•20 years ago
|
||
Assignee: documentation → colin.ogilvie
Status: NEW → ASSIGNED
Attachment #187680 -
Flags: review?(mkanat)
Comment 2•20 years ago
|
||
(In reply to comment #0) > For something: Storable (any) It's for Bugzilla::DB::Schema, mostly. It stores itself in the bz_schema table as a Storable object. Not all 5.6 installations already have Storable, although it comes with 5.8.
OS: Windows XP → All
Hardware: PC → All
Summary: Document new minimum versions → Document new required perl modules
Comment 3•20 years ago
|
||
Comment on attachment 187680 [details] [diff] [review] PAtch v1 Yep, looks good to me! :-)
Attachment #187680 -
Flags: review?(mkanat) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in docs/xml/Bugzilla-Guide.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml,v <-- Bugzilla-Guide.xml new revision: 1.49; previous revision: 1.48 done Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.94; previous revision: 1.93 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•