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

{ "id": 1, "result": { "action": "bar", "params": { "key": "value" }, "extra_args": [{ "extra": "args" }], "controller": "foo" }, "jsonrpc": "2.0" }

{ "jsonrpc": "2.0", "result": { "params": { "key": "value" }, "action": "bar", "controller": "foo", "extra_args": ["fizz", "buzz"] }, "id": 1 }

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 28:

Unknown directive: =result

Around line 51:

Unknown directive: =result2