--- cvsroot/AnyEvent-MP/MP.pm 2009/09/11 16:47:14 1.89 +++ cvsroot/AnyEvent-MP/MP.pm 2009/09/22 09:38:28 1.90 @@ -33,9 +33,9 @@ my $port = spawn $node, $initfunc, @initdata; # monitoring - mon $port, $cb->(@msg) # callback is invoked on death - mon $port, $otherport # kill otherport on abnormal death - mon $port, $otherport, @msg # send message on death + mon $localport, $cb->(@msg) # callback is invoked on death + mon $localport, $otherport # kill otherport on abnormal death + mon $localport, $otherport, @msg # send message on death =head1 CURRENT STATUS