The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension CGI::JSONRPC.

0.04 Fri Feb  1 10:45:00 PST 2008
     - Fixed a bug on the javascript side; it wasn't using the right object
       when it called back!
0.03 Tue Mar 21 11:34:40 PST 2006
     - Added Session dispatchers
     - Added base classes for JSONRPC & Session to easy development of
       handler objects
     - Cleaned up some error handling
0.03  Fri Mar 17 10:45:00 2006
    - s/new_from_jsonrpc/jsonrpc_new/ so that it's consistent with other 
      calls in this module [buggyd]
    - modified bang line in example cgi to use env otherwise tests fail
      when a user's own perl should be used [buggyd]
    - made examples httpd.conf work without mod_perl [crakrjack]
    - generate README from POD [crakrjack]

0.02  Tue Mar 14 14:49:00 2006
    - Renamed distro from Apache2::JSONRPC to CGI::JSONRPC
      this shouldn't have gotten the same version number but it's out
      now...

0.02  Sun Mar 12 09:34:00 2006
    - Added GET handler that returns JSONRPC javascript to the client
    - Improved Create_Class JavaScript
    - Added documentation

0.01  Thu Mar  9 12:55:11 2006
	- original version; created by h2xs 1.23 with options
		-AXP -b 5.6.0 Apache2::JSONRPC