summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-03-11 06:44:18 +0100
committerdmose%mozilla.org <>2000-03-11 06:44:18 +0100
commit0efe780581cb476cd8c54b0716f55c3a996711e4 (patch)
treee90ae7db80eebbe24c3d8d8e5307d4d7003e991a /checksetup.pl
parentca172d996e3994ef21fa45a80ffb339398f31a60 (diff)
downloadbugzilla-0efe780581cb476cd8c54b0716f55c3a996711e4.tar.gz
bugzilla-0efe780581cb476cd8c54b0716f55c3a996711e4.tar.xz
updated to reflect that only specific versions of GD.pm and Chart will work.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 3 insertions, 3 deletions
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";
}