--- Coro/Coro.pm 2007/09/26 19:26:48 1.137 +++ Coro/Coro.pm 2007/09/26 19:27:04 1.138 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.7'; +our $VERSION = '3.8'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (