--- cvsroot/Coro/Coro.pm 2007/10/11 00:40:48 1.154 +++ cvsroot/Coro/Coro.pm 2007/12/17 06:36:24 1.163 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.11'; +our $VERSION = '4.32'; 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