diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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', |