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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: abenea, Assigned: abenea)

References

()

Details

Attachments

(2 files, 3 obsolete files)

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:
Go for it!
Assignee: documentation → abenea
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Bugzilla 2.18
Attached patch v1 (obsolete) — Splinter Review
This patch corrects both problems.
Attachment #143008 - Flags: review?(kiko)
Attached patch v2 (obsolete) — Splinter Review
Attachment #143008 - Attachment is obsolete: true
Attachment #143008 - Flags: review?(kiko)
Comment on attachment 143016 [details] [diff] [review] v2 Thanks for the patch. >Index: webtools/bugzilla/docs/xml/installation.xml >-C:\perl&gt; <command>ppm &lt;module name&gt;</command> >+C:\perl&gt; <command>ppm install &lt;module name&gt;</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?
Attached patch v3 (obsolete) — Splinter Review
Attachment #143016 - Attachment is obsolete: true
Attachment #143016 - Flags: review?
Attached patch v3 correctedSplinter Review
Attachment #143019 - Attachment is obsolete: true
Attachment #143020 - Flags: review?(kiko)
Comment on attachment 143020 [details] [diff] [review] v3 corrected Looks good and makes sense; thanks.
Attachment #143020 - Flags: review+
Attachment #143020 - Flags: review?(kiko)
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.
And add a test for that to the testing suite, unless it skips docs for a reason.
Flags: approval?
Status: NEW → ASSIGNED
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+
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
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
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: