anyevent-jsonrpc-lite-perl icon indicating copy to clipboard operation
anyevent-jsonrpc-lite-perl copied to clipboard

AnyEvent::JSONRPC::Lite

This is Perl module AnyEvent::JSONRPC::Lite.

INSTALLATION

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

% cpan AnyEvent::JSONRPC::Lite

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::Lite documentation is available as in POD. So you can do:

% perldoc AnyEvent::JSONRPC::Lite

to read the documentation online with your favorite pager.

Daisuke Murase