--- AnyEvent/lib/AnyEvent.pm 2012/11/15 01:17:29 1.406 +++ AnyEvent/lib/AnyEvent.pm 2012/12/06 12:04:23 1.408 @@ -765,6 +765,10 @@ $cv->end; + ... + + my $results = $cv->recv; + This code fragment supposedly pings a number of hosts and calls C after results for all then have have been gathered - in any order. To achieve this, the code issues a call to C when it starts @@ -1236,7 +1240,7 @@ use Carp (); -our $VERSION = '7.03'; +our $VERSION = '7.04'; our $MODEL; our @ISA; our @REGISTRY;