summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-04-16 08:45:58 +0200
committermkanat%kerio.com <>2005-04-16 08:45:58 +0200
commit6a16fc78cccc69d3bb8a1871b2eca9ff29211da0 (patch)
tree63ccf18e679da1f534a996cbc888f21de8cc2687 /checksetup.pl
parentd8f3d06a17581384beb0bdf1adbbadc5566d7760 (diff)
downloadbugzilla-6a16fc78cccc69d3bb8a1871b2eca9ff29211da0.tar.gz
bugzilla-6a16fc78cccc69d3bb8a1871b2eca9ff29211da0.tar.xz
Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 95746c720..1831bc62d 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',