--- Coro/Coro.pm 2007/03/28 14:24:17 1.119 +++ Coro/Coro.pm 2007/04/13 03:57:15 1.120 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.55'; +our $VERSION = '3.56'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (