--- Coro/Coro.pm 2008/09/08 21:49:45 1.197 +++ Coro/Coro.pm 2008/09/29 12:40:50 1.201 @@ -69,7 +69,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.745; +our $VERSION = 4.749; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (