--- AnyEvent-MP/MP.pm 2010/04/01 19:24:22 1.112 +++ AnyEvent-MP/MP.pm 2010/05/07 18:14:21 1.115 @@ -157,7 +157,7 @@ use base "Exporter"; -our $VERSION = 1.28; +our $VERSION = 1.29; our @EXPORT = qw( NODE $NODE *SELF node_of after @@ -497,7 +497,7 @@ callbacks, i.e. runtime errors will cause the port to get Ced. The effect is basically as if it returned C<< sub { peval $SELF, sub { -BLOCK } } >>. +BLOCK }, @_ } >>. This is useful when you register callbacks from C callbacks: @@ -981,7 +981,7 @@ L - more, lower-level, stuff. -L - network maintainance and port groups, to find +L - network maintenance and port groups, to find your applications. L - establish data connections between nodes.