From: jocuri%softhome.net <> Date: Sat, 6 Mar 2004 16:21:08 +0000 (+0000) Subject: Patch for bug 236567: Update the documentation describing the Perl modules installati... X-Git-Tag: bugzilla-2.18rc1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa76a6cc6469aee72d43079db5a23440c3f69d21;p=thirdparty%2Fbugzilla.git Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea ; r=kiko, a=justdave. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 2aa2496fc6..b536e818f4 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1354,7 +1354,7 @@ -C:\perl> ppm <module name> +C:\perl> ppm install <module name> @@ -1364,6 +1364,18 @@ C:\perl> ppm <module name> suggests using the instructions on OpenInteract's website. + + The following commands will install the required packages + missing from the ActivePerl default installation: + + + +ppm repository add oi http://openinteract.sourceforge.net/ppmpackages +ppm install DBD-mysql +ppm install Template-Toolkit +ppm install TimeDate + +