--- AnyEvent/lib/AnyEvent.pm 2010/03/12 23:30:06 1.314 +++ AnyEvent/lib/AnyEvent.pm 2010/03/15 18:51:30 1.316 @@ -1158,7 +1158,7 @@ use Carp (); -our $VERSION = '5.25'; +our $VERSION = '5.251'; our $MODEL; our $AUTOLOAD; @@ -2526,6 +2526,9 @@ C, and is the fastest backend I. You can even embed L/L in it (or vice versa, see L and L). +If you only use backends that rely on another event loop (e.g. C), +then this module will do nothing for you. + =item L The guard module, when used, will be used to implement @@ -2536,12 +2539,9 @@ =item L and L One of these modules is required when you want to read or write JSON data -via L. It is also written in pure-perl, but can take +via L. L is also written in pure-perl, but can take advantage of the ultra-high-speed L module when it is installed. -In fact, L will use L by default if it is -installed. - =item L Implementing TLS/SSL in Perl is certainly interesting, but not very