--- Coro/Coro.pm 2008/10/22 16:34:07 1.205 +++ Coro/Coro.pm 2008/11/03 16:05:37 1.207 @@ -69,7 +69,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.801; +our $VERSION = 4.803; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (