--- cvsroot/Coro/Coro.pm 2008/01/20 10:22:07 1.168 +++ cvsroot/Coro/Coro.pm 2008/04/17 22:33:10 1.178 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.37'; +our $VERSION = '4.51'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = ( @@ -180,8 +180,6 @@ $manager->desc ("[coro manager]"); $manager->prio (PRIO_MAX); -# static methods. not really. - =back =head2 STATIC METHODS @@ -341,8 +339,6 @@ =back -# dynamic methods - =head2 COROUTINE METHODS These are the methods you can call on coroutine objects.