--- Coro/Coro.pm 2007/11/09 19:50:15 1.156 +++ Coro/Coro.pm 2008/04/05 22:29:54 1.173 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.2'; +our $VERSION = '4.47'; 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