--- AnyEvent/lib/AnyEvent/Handle.pm 2008/06/02 09:10:38 1.52 +++ AnyEvent/lib/AnyEvent/Handle.pm 2008/06/02 09:12:14 1.53 @@ -522,6 +522,8 @@ : JSON::encode_json ($ref) }; +=back + =item AnyEvent::Handle::register_write_type type => $coderef->($handle, @args) This function (not method) lets you add your own types to C. @@ -534,8 +536,6 @@ Note that this is a function, and all types registered this way will be global, so try to use unique names. -=back - =cut #############################################################################