--- Coro/Coro.pm 2007/10/11 00:40:48 1.154 +++ Coro/Coro.pm 2007/10/13 23:19:10 1.155 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.11'; +our $VERSION = '4.13'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (