--- Coro/Coro.pm 2001/07/03 03:40:07 1.2 +++ Coro/Coro.pm 2001/07/03 05:05:45 1.4 @@ -1,6 +1,6 @@ =head1 NAME -Coro - create an manage coroutines +Coro - create and manage coroutines =head1 SYNOPSIS @@ -92,7 +92,7 @@ ($error_msg, $error_coro) = ($@, $current); $error->resume; } - } while (); + } while (1); }, $class; }