From: mkanat%kerio.com <> Date: Sat, 16 Apr 2005 06:45:58 +0000 (+0000) Subject: Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond... X-Git-Tag: bugzilla-2.19.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a16fc78cccc69d3bb8a1871b2eca9ff29211da0;p=thirdparty%2Fbugzilla.git Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028 Patch By Albert Ting r=mkanat, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index 95746c720e..1831bc62de 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -300,7 +300,7 @@ my $modules = [ }, { name => 'DBD::mysql', - version => '2.1010' + version => '2.9003' }, { name => 'File::Spec',