From 0efe780581cb476cd8c54b0716f55c3a996711e4 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Sat, 11 Mar 2000 05:44:18 +0000 Subject: updated to reflect that only specific versions of GD.pm and Chart will work. --- checksetup.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 70dcbc03a..685267f97 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -162,11 +162,11 @@ $charts++ if eval "require GD"; $charts++ if eval "require Chart::Base"; if ($charts != 2) { print "If you you want to see graphical bug dependency charts, you may install\n", - "the optional libgd and the Perl modules GD and Chart::Base, e.g. by\n", + "the optional libgd and the Perl modules GD-1.19 and Chart::Base-0.99b, e.g. by\n", "running (as root)\n\n", " perl -MCPAN -eshell\n", - " install GD\n", - " install Chart::Base\n"; + " install LDS/GD-1.19.tar.gz\n", + " install N/NI/NINJAZ/Chart-0.99b.tar.gz"; } -- cgit v1.2.3-24-g4f1b