--- Coro/Coro.pm 2008/10/30 09:57:00 1.206 +++ 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.802; +our $VERSION = 4.803; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (