--- Coro/Coro.pm 2008/03/13 10:56:40 1.171 +++ Coro/Coro.pm 2008/04/05 22:29:54 1.173 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.45'; +our $VERSION = '4.47'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (