--- Coro/Coro.pm 2001/11/06 20:37:20 1.42 +++ Coro/Coro.pm 2003/05/08 00:55:28 1.51 @@ -38,7 +38,7 @@ use base Exporter; -$VERSION = 0.52; +$VERSION = 0.652; @EXPORT = qw(async cede schedule terminate current); %EXPORT_TAGS = ( @@ -77,6 +77,8 @@ } +=over 4 + =item $main This coroutine represents the main program. @@ -136,6 +138,8 @@ # static methods. not really. +=back + =head2 STATIC METHODS Static methods are actually functions that operate on the current process only.