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

This commit is contained in:
lpsolit%gmail.com 2006-12-16 16:30:22 +00:00
Родитель 93381b128a
Коммит 91e4a3b987
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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