The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.01

  • Use require instead of Class::Load. Subclass in your app if you need that kind of ability, but it seems unlikely that we'd need anything more than eval require here.

Changes for version 1.00_02

  • JSON::RPC::Dispatcher already existed on CPAN. s/Dispatcher/Dispatch/g

Changes for version 1.00_01

  • New maintainer, completely new code for PSGI apps and JSON RPC 2.0
  • If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK. THIS VERSION IS BACKWARDS INCOMPATIBLE
  • Old Change Log -----------
  • Revision history for Perl extension JSON::RPC.
  • In the next large version up ######################################
    • JSON::RPC::Server::Apache will be renamed to JSON::RPC::Server::Apache2 and split into another distribution.
    • JSON::RPC::Server::Apache really supports apache 1.3x and the maintainer will be changed.

Modules

JSON RPC 2.0 Server Implementation
Dispatch JSON RPC Requests To Handlers
Perl implementation of JSON-RPC 1.1 protocol
Perl implementation of JSON-RPC client
JSON-RPC Service attributes
Perl implementation of JSON-RPC sever
JSON-RPC sever for mod_perl2
JSON-RPC sever for CGI
JSON-RPC sever for daemon
Parse JSON RPC Requests from Plack::Request
A JSON::RPC Procedure

Provides

in lib/JSON/RPC/Legacy/Client.pm
in lib/JSON/RPC/Legacy/Server/Apache2.pm
in lib/JSON/RPC/Legacy/Server.pm
in lib/JSON/RPC/Legacy/Client.pm