--- AnyEvent-MP/MP.pm 2009/12/30 15:49:05 1.109 +++ AnyEvent-MP/MP.pm 2010/04/03 15:32:18 1.113 @@ -157,7 +157,7 @@ use base "Exporter"; -our $VERSION = 1.26; +our $VERSION = 1.28; our @EXPORT = qw( NODE $NODE *SELF node_of after @@ -954,8 +954,8 @@ Strings can easily be printed, easily serialised etc. and need no special procedures to be "valid". -And as a result, a miniport consists of a single closure stored in a -global hash - it can't become much cheaper. +And as a result, a port with just a default receiver consists of a single +closure stored in a global hash - it can't become much cheaper. =item Why favour JSON, why not a real serialising format such as Storable? @@ -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.