Commit e8f54dca authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 364055: Message confusing when your version of DBD::foo is too old - Patch…

Bug 364055: Message confusing when your version of DBD::foo is too old - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent 9bb5d80b
......@@ -146,7 +146,7 @@ sub bz_check_requirements {
my $version = $dbd_ver ? " $dbd_ver or higher" : '';
print <<EOT;
For $sql_server, Bugzilla requires that perl's $dbd_mod $dbd_ver be
For $sql_server, Bugzilla requires that perl's $dbd_mod $dbd_ver or later be
installed. To install this module, run the following command (as $root):
$command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment