--- cvsroot/Coro/Coro.pm 2015/06/04 22:58:28 1.331 +++ cvsroot/Coro/Coro.pm 2015/10/16 23:41:58 1.338 @@ -368,7 +368,7 @@ our $main; # main coro our $current; # current coro -our $VERSION = 6.43; +our $VERSION = 6.47; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait); our %EXPORT_TAGS = ( @@ -1303,10 +1303,10 @@ Low level Configuration, Thread Environment, Continuations: L. -=head1 AUTHOR +=head1 AUTHOR/SUPPORT/CONTACT - Marc Lehmann - http://home.schmorp.de/ + Marc A. Lehmann + http://software.schmorp.de/pkg/Coro.html =cut