From aa76a6cc6469aee72d43079db5a23440c3f69d21 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 6 Mar 2004 16:21:08 +0000 Subject: Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea ; r=kiko, a=justdave. --- docs/xml/installation.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 2aa2496fc..b536e818f 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 + + -- cgit v1.2.3-24-g4f1b