--- Coro/Coro.pm 2008/05/09 23:50:07 1.183 +++ Coro/Coro.pm 2008/05/29 18:05:53 1.189 @@ -68,7 +68,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.6; +our $VERSION = 4.74; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (