Skip to content

AnyEvent::JSONRPC - A fork from pmakholm to better handle errors

License

Notifications You must be signed in to change notification settings

plaprade/anyevent-jsonrpc-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of pmakholm / anyevent-jsonrpc-perl

CHANGES

The JSON RPC HTTP Client returns a condition variable but fails to
deliver the promised result on some types of errors. This fix is
an attempt to capture all possible errors and trigger the condition
variable ( croak or send ) in all cases.

TODO

There are the following outstanding issues before a real release

  - Testing of new features (support for multiple versions)
  - Making sure that marshalling of parameters makes sense in both ends


INSTALLATION (Not uploaded to CPAN yet)

AnyEvent::JSONRPC installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan AnyEvent::JSONRPC

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

AnyEvent::JSONRPC documentation is available as in POD. So you can do:

    % perldoc AnyEvent::JSONRPC

to read the documentation online with your favorite pager.

Peter Makholm

About

AnyEvent::JSONRPC - A fork from pmakholm to better handle errors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%