diff options
author | lpsolit%gmail.com <> | 2006-12-17 01:30:22 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-17 01:30:22 +0100 |
commit | e8f54dca387040e1af649b9c68d90b9b5822dd31 (patch) | |
tree | 20cbb61b7cc58610479a06ce83f0c04d80b0e601 /Bugzilla | |
parent | 9bb5d80bb96021d092a3a955a7244c441e9a1e11 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/DB.pm | 2 |
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 |