--- Coro/Coro.pm 2007/12/27 21:48:27 1.166 +++ Coro/Coro.pm 2008/01/13 09:47:22 1.167 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.35'; +our $VERSION = '4.36'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (