--- Coro/Coro.pm 2007/12/02 22:24:30 1.159 +++ Coro/Coro.pm 2008/02/13 15:40:33 1.169 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.23'; +our $VERSION = '4.4'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = ( @@ -630,7 +630,7 @@ Compatibility: L, L, L. -Embedding: L. +Embedding: L. =head1 AUTHOR