The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension AnyEvent::MPRPC

0.10 2011-08-08 10:49:46

    - Ensure MsgId to be an integer as the MPRPC specification says
      (thanks to @heavenshell for reporting it)

0.09

    - depended on latest D::MP
    - save return value of tcp_server().
      IT MAY INCOMPATBILE CHANGE.

0.08

    - depend to latest Data::MessagePack
    - added test case for D::MP pp mode
    - remove depency on Test::Base

0.07

    - added on_connect callback for AnyEvent::MPRPC::Client.
    - doc fix

0.06

    - bug fix: handle multiple requests

0.05

    - fixed packaging issue

0.04

    - fixed deps. RT#50463
      (reported by andk++)

0.03

    - oops. $msgid should be IV.
      Perl type system is ...

0.02
    - oops

0.01    Wed Jul 15 14:38:45 2009
        - original version