--- Coro/Coro.pm 2007/04/19 10:37:26 1.124 +++ Coro/Coro.pm 2007/04/27 19:35:58 1.125 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.61'; +our $VERSION = '3.62'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (