--- Coro/Coro.pm 2007/02/28 11:43:03 1.115 +++ Coro/Coro.pm 2007/03/07 13:11:10 1.117 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.501'; +our $VERSION = '3.52'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (