--- Coro/Coro.pm 2005/02/22 19:51:58 1.65 +++ Coro/Coro.pm 2005/08/20 00:49:42 1.67 @@ -40,7 +40,7 @@ use base Exporter; -$VERSION = 1.1; +$VERSION = 1.11; @EXPORT = qw(async cede schedule terminate current); %EXPORT_TAGS = ( @@ -339,13 +339,17 @@ =head1 SEE ALSO -L, L, L, L, -L, L, L, L, -L, L, L. +Support/Utility: L, L, L, L. + +Locking/IPC: L, L, L, L, L. + +Event/IO: L, L, L, L, L. + +Embedding: L =head1 AUTHOR - Marc Lehmann + Marc Lehmann http://home.schmorp.de/ =cut