--- cvsroot/Coro/Coro.pm 2013/11/05 14:38:46 1.319 +++ cvsroot/Coro/Coro.pm 2014/02/02 03:26:06 1.321 @@ -368,7 +368,7 @@ our $main; # main coro our $current; # current coro -our $VERSION = 6.32; +our $VERSION = 6.33; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait); our %EXPORT_TAGS = ( @@ -916,7 +916,7 @@ not> die, under any circumstances. There can be any number of C callbacks per coro, and there is -no way currently to remove a callback once added. +currently no way to remove a callback once added. =item $oldprio = $coro->prio ($newprio)