Closed
Bug 236567
Opened 22 years ago
Closed 22 years ago
Section "2.4.1.2. Perl Modules on Win32" contains a mistake in ppm syntax
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: abenea, Assigned: abenea)
References
()
Details
Attachments
(2 files, 3 obsolete files)
|
1.21 KB,
patch
|
kiko
:
review+
|
Details | Diff | Splinter Review |
|
1.25 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.50 [en]
Build Identifier:
The syntax present in the docs is incorrect:
C:\perl> ppm <module name>
It should be:
C:\perl> ppm install <module name>
Also, ppm install <module name> doesn't always find the module, even if it's
available. For example:
C:\perl> ppm install Template
fails, but
C:\perl> ppm install Template-Toolkit
finds the right package.
I think this would be the best place to list the commands required to install
the (ActiveState) packages needed for BugZilla.
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
Go for it!
Assignee: documentation → abenea
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 2•22 years ago
|
||
This patch corrects both problems.
| Assignee | ||
Updated•22 years ago
|
Attachment #143008 -
Flags: review?(kiko)
| Assignee | ||
Comment 3•22 years ago
|
||
Attachment #143008 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #143008 -
Flags: review?(kiko)
Comment 4•22 years ago
|
||
Comment on attachment 143016 [details] [diff] [review]
v2
Thanks for the patch.
>Index: webtools/bugzilla/docs/xml/installation.xml
>-C:\perl> <command>ppm <module name></command>
>+C:\perl> <command>ppm install <module name></command>
Nice catch!
>+ <para>For example, the following commands will install all the
>+ required packages:
>+ </para>
Does it truly install *all* the required packages? AFAIK we require other
packages that aren't listed there: File::Spec, Text::Wrap, Data::Dumper, etc.
If we do include commands to install all the required packages, then I'd
suggest removing "For example" there.
Attachment #143016 -
Flags: review?
| Assignee | ||
Comment 5•22 years ago
|
||
Attachment #143016 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #143016 -
Flags: review?
| Assignee | ||
Comment 6•22 years ago
|
||
Attachment #143019 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #143020 -
Flags: review?(kiko)
Comment 7•22 years ago
|
||
Comment on attachment 143020 [details] [diff] [review]
v3 corrected
Looks good and makes sense; thanks.
Attachment #143020 -
Flags: review+
Updated•22 years ago
|
Attachment #143020 -
Flags: review?(kiko)
Comment 8•22 years ago
|
||
Woo, took me some months to checkin my first written patch for BZ! Nice! :-)
I'll eliminate the tabs when checking it in, besides the xml doc stuff has a lot
of other tabs as well, maybe we should open a new bug about that one.
Comment 9•22 years ago
|
||
And add a test for that to the testing suite, unless it skips docs for a reason.
| Assignee | ||
Updated•22 years ago
|
Flags: approval?
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Comment 10•22 years ago
|
||
Probably wouldn't be a bad idea to correct the output of checksetup.pl when
running on Windows, too. Need to file a separate bug for that though.
Flags: approval? → approval+
Comment 11•22 years ago
|
||
Checking in installation.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <--
installation.xml
new revision: 1.63; previous revision: 1.62
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 12•22 years ago
|
||
Comment 13•22 years ago
|
||
Checking in xml/installation.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <--
installation.xml
new revision: 1.18.2.14; previous revision: 1.18.2.13
done
Target Milestone: Bugzilla 2.18 → Bugzilla 2.16
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•