--- Coro-Mysql/Mysql.pm 2010/09/01 16:38:07 1.6 +++ Coro-Mysql/Mysql.pm 2011/01/13 11:57:09 1.7 @@ -22,8 +22,9 @@ =head2 CAVEAT -Note that this module must be linked against exactly the same -F library as DBD::mysql, otherwise it will not work. +Note that this module must be linked against exactly the same (shared, +possibly not working with all OSes) F library as +DBD::mysql, otherwise it will not work. Also, while this module makes database handles non-blocking, you still cannot run multiple requests in parallel on the same database handle. If