summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
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