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