--- cvsroot/Coro/Coro.pm 2001/11/06 20:37:20 1.42 +++ cvsroot/Coro/Coro.pm 2002/02/09 18:53:02 1.46 @@ -38,7 +38,7 @@ use base Exporter; -$VERSION = 0.52; +$VERSION = 0.532; @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.