--- Coro-Mysql/Mysql.pm 2010/08/31 14:42:28 1.5 +++ 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 @@ -89,7 +90,7 @@ sub writable { &Coro::Handle::FH::writable } BEGIN { - our $VERSION = '1.01'; + our $VERSION = '1.02'; require XSLoader; XSLoader::load Coro::Mysql::, $VERSION;