--- Coro/Coro.pm 2008/11/13 17:32:01 1.215 +++ Coro/Coro.pm 2008/11/14 02:42:26 1.216 @@ -69,7 +69,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.912; +our $VERSION = 5.0; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (