bump minimum required DBD::mysql version to that used by the WRE

This commit is contained in:
Colin Kuskie 2007-01-24 05:32:57 +00:00
parent 304cae43d7
commit d5b1fe318e
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
- fix: Slash_Gateway macro (perlDreamer Consulting, LLC)
- fix: Applied Martin Kamerbeek's fix for Date fields to DateTime and
TimeField fields. Also added a couple fixes for other possible circumstances.
- fix: Update DBD::mysql Required Version (perlDreamer Consulting, LLC)
7.3.5

View file

@ -77,7 +77,7 @@ checkModule("Pod::Coverage",0.17,2);
checkModule("Text::Balanced",1.95,1);
checkModule("Digest::MD5",2.20);
checkModule("DBI",1.40);
checkModule("DBD::mysql",2.1021);
checkModule("DBD::mysql",3.002);
checkModule("HTML::Parser",3.36);
checkModule("Archive::Tar",1.05);
checkModule("Archive::Zip",1.16);