JSON-RPC-Common 0.11 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: JSON::RPC::Common
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: JSON::RPC::Common
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
JSON::RPC::Common | Transport agnostic JSON RPC helper objects | 0.11 | metacpan |
JSON::RPC::Common::Marshal::HTTP | Convert L<HTTP::Request> and L<HTTP::Response> to/from L<JSON::RPC::Common> calls and returns. | 0.11 | metacpan |
JSON::RPC::Common::Marshal::Text | JSON text marshalling for L<JSON::RPC::Common>. | 0.11 | metacpan |
JSON::RPC::Common::Message | JSON-RPC message role | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Call | JSON RPC Procedure Call base class. | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Call::Version_1_0 | JSON-RPC 1.0 request | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Call::Version_1_1 | JSON-RPC 1.1 Procedure Call | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Call::Version_2_0 | JSON-RPC 2.0 Procedure Call | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return | JSON-RPC procedure return class | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Error | Base class for JSON-RPC errors | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_1_0 | JSON-RPC 1.0 error class. | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_1_0::Error | JSON-RPC 1.0 error class. | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_1_1 | JSON-RPC 1.1 Procedure Return | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_1_1::Error | JSON-RPC 1.1 error class. | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_2_0 | JSON-RPC 2.0 Procedure Return | 0.11 | metacpan |
JSON::RPC::Common::Procedure::Return::Version_2_0::Error | JSON-RPC 2.0 error class. | 0.11 | metacpan |
JSON::RPC::Common::TypeConstraints | Type constraint library | 0.11 | metacpan |