ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Handle.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.85 by root, Thu Aug 21 19:53:19 2008 UTC vs.
Revision 1.86 by root, Thu Aug 21 20:41:16 2008 UTC

256=item json => JSON or JSON::XS object 256=item json => JSON or JSON::XS object
257 257
258This is the json coder object used by the C<json> read and write types. 258This is the json coder object used by the C<json> read and write types.
259 259
260If you don't supply it, then AnyEvent::Handle will create and use a 260If you don't supply it, then AnyEvent::Handle will create and use a
261suitable one, which will write and expect UTF-8 encoded JSON texts. 261suitable one (on demand), which will write and expect UTF-8 encoded JSON
262texts.
262 263
263Note that you are responsible to depend on the JSON module if you want to 264Note that you are responsible to depend on the JSON module if you want to
264use this functionality, as AnyEvent does not have a dependency itself. 265use this functionality, as AnyEvent does not have a dependency itself.
265 266
266=item filter_r => $cb 267=item filter_r => $cb

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines