- Fixed a typo in testEnvironment.pl version number for DBD::mysql

- Fixed a Recurring Payments processing bug: illegal division by zero
This commit is contained in:
JT Smith 2007-01-29 22:57:55 +00:00
parent b92da4afab
commit b806163b1e
3 changed files with 9 additions and 2 deletions

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",3.002);
checkModule("DBD::mysql",3.0002);
checkModule("HTML::Parser",3.36);
checkModule("Archive::Tar",1.05);
checkModule("Archive::Zip",1.16);