]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 236567: Update the documentation describing the Perl modules installati...
authorjocuri%softhome.net <>
Sat, 6 Mar 2004 16:46:46 +0000 (16:46 +0000)
committerjocuri%softhome.net <>
Sat, 6 Mar 2004 16:46:46 +0000 (16:46 +0000)
docs/xml/installation.xml

index 438ad5bfd1918a07433be068f0d5a967f3bf30ef..00bdfbfaf91061cbf886746c9043ed5ab0ca58f5 100644 (file)
@@ -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>