--- Coro/Coro.pm 2007/12/17 07:36:38 1.164 +++ Coro/Coro.pm 2007/12/20 07:29:14 1.165 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.33'; +our $VERSION = '4.34'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (