--- Coro/Coro.pm 2007/11/25 09:49:30 1.157 +++ Coro/Coro.pm 2007/11/30 15:26:41 1.158 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.21'; +our $VERSION = '4.22'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (