--- Coro/Coro.pm 2008/11/24 04:56:38 1.238 +++ Coro/Coro.pm 2008/11/24 07:55:28 1.239 @@ -76,7 +76,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = "5.0"; +our $VERSION = 5.1; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (