--- Coro/Coro.pm 2007/01/23 15:55:45 1.113 +++ Coro/Coro.pm 2007/01/24 16:22:08 1.114 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.42'; +our $VERSION = '3.5'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (