--- Coro/Coro.pm 2006/01/25 21:43:58 1.75 +++ Coro/Coro.pm 2006/02/01 23:59:41 1.76 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 1.8; +our $VERSION = 1.9; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (