--- Coro/Coro.pm 2007/09/20 12:02:25 1.130 +++ Coro/Coro.pm 2007/09/20 12:24:42 1.131 @@ -115,6 +115,8 @@ =cut +$main->{desc} = "[main::]"; + # maybe some other module used Coro::Specific before... $main->{specific} = $current->{specific} if $current;