--- cvsroot/Coro/Coro.pm 2015/02/11 19:30:15 1.330 +++ cvsroot/Coro/Coro.pm 2015/10/16 23:41:58 1.338 @@ -368,7 +368,7 @@ our $main; # main coro our $current; # current coro -our $VERSION = 6.42; +our $VERSION = 6.47; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait); our %EXPORT_TAGS = ( @@ -1023,7 +1023,7 @@ you might still run into deadlocks if all event loops are blocked). Coro will try to catch you when you block in the event loop -("FATAL:$Coro::idle blocked itself"), but this is just best effort and +("FATAL: $Coro::idle blocked itself"), but this is just best effort and only works when you do not run your own event loop. This function allows your callbacks to block by executing them in another @@ -1303,10 +1303,10 @@ Low level Configuration, Thread Environment, Continuations: L. -=head1 AUTHOR +=head1 AUTHOR/SUPPORT/CONTACT - Marc Lehmann - http://home.schmorp.de/ + Marc A. Lehmann + http://software.schmorp.de/pkg/Coro.html =cut