--- Coro/Coro.pm 2007/01/20 19:52:15 1.112 +++ Coro/Coro.pm 2007/03/04 11:46:51 1.116 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.41'; +our $VERSION = '3.51'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (