forked from pool/perl-JSON-RPC
- updated to 1.03
- Allow die \%hash from handlers (ka2u)
- Fix the finalization of the response (0xAF)
- 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.
- JSON::RPC::Dispatcher already existed on CPAN. s/Dispatcher/Dispatch/g
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-RPC?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
a8f97ebfa9
commit
829137d959
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:54:43 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.03
|
||||
- Allow die \%hash from handlers (ka2u)
|
||||
- Fix the finalization of the response (0xAF)
|
||||
- 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.
|
||||
- JSON::RPC::Dispatcher already existed on CPAN. s/Dispatcher/Dispatch/g
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:07:44 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user