--- Coro/Coro.pm 2008/11/11 03:30:21 1.214 +++ Coro/Coro.pm 2008/11/13 17:32:01 1.215 @@ -69,7 +69,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.911; +our $VERSION = 4.912; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (