--- AnyEvent-MP/MP.pm 2009/12/30 15:49:05 1.109 +++ AnyEvent-MP/MP.pm 2010/04/01 19:24:22 1.112 @@ -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?