AnyEvent-JSONRPC-Lite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.13  2010-10-31T15:40:21+09:00
      - preserve guard object to unbind server socket (cho45++)

0.12  2010-05-28T11:35:58+09:00
      - fix a documentation bug (tokuhirom++)

0.11001 2009-09-03T17:57:54+09:00
      - fix pod spell and its test (tokuhirom++)
      - depends latest AnyEvent
      - add recommends line for JSON::XS

0.11  2009-09-03T15:23:56+09:00
      - fix broken pod syntax
      - some refactoring around result condvar (tokuhirom++)

0.10  2009-08-28T20:25:51+09:00
      - BACKWARD INCOMPATIBLE: client's $cv->recv now just get ->{result} directly.
                               and just croak when server returns an error by using $cv->croak
      - added on_error, on_eof callback options to constructor
      - upgrade documents

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: AnyEvent-JSONRPC-Lite
no_index:
  directory:
    - inc
    - t
    - xt
recommends:
  JSON::XS: 0
requires:
  Any::Moose: 0
  AnyEvent: 5.12
  Filter::Util::Call: 0
  JSON: 0
resources:
  license: http://dev.perl.org/licenses/
  repository: git://github.com/typester/anyevent-jsonrpc-lite-perl.git
version: 0.15

Makefile.PL  view on Meta::CPAN

use inc::Module::Install;
name 'AnyEvent-JSONRPC-Lite';
all_from 'lib/AnyEvent/JSONRPC/Lite.pm';

requires 'Any::Moose';
requires 'AnyEvent' => '5.12';
requires 'JSON';
recommends 'JSON::XS';

test_requires 'Test::More';
test_requires 'Test::TCP';
test_requires 'Test::Exception';

author_tests('xt');
use_test_base;

auto_include;
auto_set_repository;



( run in 0.319 second using v1.01-cache-2.11-cpan-4d50c553e7e )