Closed
Bug 455585
Opened 17 years ago
Closed 15 years ago
Installation docs should recommend using package management instead of CPAN
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: robzilla, Assigned: LpSolit)
References
()
Details
Attachments
(1 file)
|
1.61 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
According to mkanat (via IRC), when a package manager (like yum or rpm) is available, installing perl modules using CPAN is "bad"- The package manager should be used instead.
E.g. "yum install bugzilla"
The docs need to be updated, since they say that CPAN is the preferred method.
Comment 1•17 years ago
|
||
Or really just whatever package management your distro has.
Summary: Installation docs should recommend using yum or rpm instead of CPAN → Installation docs should recommend using package management instead of CPAN
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → Bugzilla 3.2
| Assignee | ||
Updated•15 years ago
|
Attachment #456778 -
Flags: review?(reed) → review?(bugzilla)
Comment on attachment 456778 [details] [diff] [review]
patch, v1
r=glob, with the following fix:
change "...then we recommend to use the <filename>install-module.pl</filename> script..."
to "...then we recommend using the <filename>install-module.pl</filename> script..."
Attachment #456778 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified docs/en/xml/installation.xml
Committed revision 7372.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified docs/en/xml/installation.xml
Committed revision 7328.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.6/
modified docs/en/xml/installation.xml
Committed revision 7141.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.4/
modified docs/en/xml/installation.xml
Committed revision 6769.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.2/
modified docs/en/xml/installation.xml
Committed revision 6390.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•