--- Coro/Coro.pm 2007/10/05 20:11:25 1.148 +++ Coro/Coro.pm 2007/10/06 00:39:07 1.149 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.01'; +our $VERSION = '4.02'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (