The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension AnyEvent::JSONRPC::Lite

0.03002 2009-08-27T16:28:48+09:00
      - remove Guard object isa check, it's not used when Guard module isn't available.

0.03001 2009-08-27T11:41:18+09:00
      - fix disconnect test, checking disconnection in on_error

0.03  2009-08-26T02:04:07+09:00
      - fixed some bugs that destroying objects (== disconnection, close server) does not work

0.02  2009-08-04T21:28:38+09:00
      - added default on_eof handler to Server for ignoring clean disconnection from client

0.01002 2009-08-02T13:57:19+09:00
      - some document fixes
      - added missing prereq: JSON

0.01001 2009-07-31T17:03:44+09:00
      - added missing prereq: Any::Moose

0.01  2009-07-31T16:43:46+09:00
      - original version