summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-12-17 01:30:22 +0100
committerlpsolit%gmail.com <>2006-12-17 01:30:22 +0100
commite8f54dca387040e1af649b9c68d90b9b5822dd31 (patch)
tree20cbb61b7cc58610479a06ce83f0c04d80b0e601 /Bugzilla/DB.pm
parent9bb5d80bb96021d092a3a955a7244c441e9a1e11 (diff)
downloadbugzilla-e8f54dca387040e1af649b9c68d90b9b5822dd31.tar.gz
bugzilla-e8f54dca387040e1af649b9c68d90b9b5822dd31.tar.xz
Bug 364055: Message confusing when your version of DBD::foo is too old - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 1bc88c351..9f517a8e7 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -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