--- Coro/Coro.pm 2008/05/29 18:05:53 1.189 +++ Coro/Coro.pm 2008/05/31 12:10:55 1.191 @@ -68,7 +68,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 4.74; +our $VERSION = 4.742; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (