From 6368cfad3ea49b6220598d2e362defbc820b9c36 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 15 Jan 2003 04:00:05 +0000 Subject: Bug 163290 - move DB handling code into a module r=justdave, myk, joel, preed a=justdave --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 68789f393..e4d610b53 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -222,11 +222,11 @@ my $modules = [ }, { name => 'DBI', - version => '1.13' + version => '1.32' }, { name => 'DBD::mysql', - version => '1.2209' + version => '2.1010' }, { name => 'File::Spec', -- cgit v1.2.3-24-g4f1b