]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 69670: Chart::Base only reports its version number as 0.99, regardless...
authordave%intrec.com <>
Mon, 26 Feb 2001 16:19:50 +0000 (16:19 +0000)
committerdave%intrec.com <>
Mon, 26 Feb 2001 16:19:50 +0000 (16:19 +0000)
checksetup.pl

index 11993e525425ed7f78f15a1fd1be303e1629e0a3..52b0123870c3cb826868b6b21d74f48d44ee980e 100755 (executable)
@@ -217,7 +217,7 @@ unless (have_vers("Date::Parse",0)) { # 0 = any version
 print "The following two modules are optional:\n";
 my $charts = 0;
 $charts++ if have_vers("GD","1.19");
-$charts++ if have_vers("Chart::Base","0.99b");
+$charts++ if have_vers("Chart::Base","0.99");
 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-1.19 and Chart::Base-0.99b, e.g. by\n",