The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'Transport-independent implementation of JSON-RPC 2.0'
author:
  - 'Alex Efros <powerman@cpan.org>'
build_requires:
  Test::Exception: '0'
  Test::More: '0'
configure_requires:
  Module::Build::Tiny: '0.034'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005'
license: mit
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: JSON-RPC2
no_index:
  directory:
    - eg
    - examples
    - inc
    - share
    - t
    - xt
provides:
  JSON::RPC2:
    file: lib/JSON/RPC2.pm
    version: v2.1.1
  JSON::RPC2::Client:
    file: lib/JSON/RPC2/Client.pm
    version: v2.1.1
  JSON::RPC2::Server:
    file: lib/JSON/RPC2/Server.pm
    version: v2.1.1
requires:
  JSON::MaybeXS: '0'
  Scalar::Util: '0'
  perl: '5.010001'
resources:
  bugtracker: https://github.com/powerman/perl-JSON-RPC2/issues
  homepage: https://github.com/powerman/perl-JSON-RPC2
  repository: https://github.com/powerman/perl-JSON-RPC2.git
version: v2.1.1
x_contributors:
  - 'Scott Miller (ROS) <scott.miller@veritas.com>'