aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-06 16:46:46 +0000
committerjocuri%softhome.net <>2004-03-06 16:46:46 +0000
commite36699bcf6edc1149e4b56af34d65957a306301c (patch)
tree9190bb526c112d39039498ede7ec9f2a103b354d
parentBump version number to 2.16.5 for release. (diff)
downloadbugzilla-e36699bcf6edc1149e4b56af34d65957a306301c.tar.gz
bugzilla-e36699bcf6edc1149e4b56af34d65957a306301c.tar.bz2
bugzilla-e36699bcf6edc1149e4b56af34d65957a306301c.zip
Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
-rw-r--r--docs/xml/installation.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 438ad5bfd..00bdfbfaf 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1245,7 +1245,7 @@ AllowOverride Limit
<computeroutput>
<prompt>C:&gt;</prompt>
- <command>ppm &lt;modulename&gt;</command>
+ <command>ppm install &lt;modulename&gt;</command>
</computeroutput>
</para>
@@ -1253,14 +1253,13 @@ AllowOverride Limit
<title>Installing ActivePerl ppd Modules on Microsoft
Windows</title>
- <para>
- <prompt>C:&gt;</prompt>
-
- <command>ppm
- <option>DBD-Mysql</option>
- </command>
- </para>
-
+ <programlisting>
+<command>ppm repository add oi http://openinteract.sourceforge.net/ppmpackages</command>
+<command>ppm install DBD-mysql</command>
+<command>ppm install Template-Toolkit</command>
+<command>ppm install TimeDate</command>
+ </programlisting>
+
<para>Watch your capitalization!</para>
</example>