--- Coro/Coro.pm 2004/08/10 01:56:30 1.63 +++ Coro/Coro.pm 2005/08/20 01:09:19 1.68 @@ -40,7 +40,7 @@ use base Exporter; -$VERSION = '1.0'; +$VERSION = 1.3; @EXPORT = qw(async cede schedule terminate current); %EXPORT_TAGS = ( @@ -339,14 +339,18 @@ =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 - http://www.goof.com/pcg/marc/ + Marc Lehmann + http://home.schmorp.de/ =cut