--- AnyEvent-MP/MP.pm 2009/12/30 15:49:05 1.109 +++ AnyEvent-MP/MP.pm 2010/03/07 19:29:07 1.110 @@ -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?