--- Coro/Coro.pm 2005/11/29 12:36:18 1.71 +++ Coro/Coro.pm 2005/12/12 17:49:07 1.72 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 1.5; +our $VERSION = 1.51; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (