--- Coro/Coro.pm 2008/05/25 03:05:42 1.187 +++ Coro/Coro.pm 2008/05/29 03:31:52 1.188 @@ -68,7 +68,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.72; +our $VERSION = 4.73; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (