Lim 0.20 Latest
Kwalitee Issues
No Core Issues.
- 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.
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:- lib/Lim/Agent.pm: HASH(0x55a57fb8e358)
- lib/Lim/Agent/CLI.pm: HASH(0x55a57fd2ccf0)
- lib/Lim/Agent/Client.pm: HASH(0x55a57fb4f2f8)
- lib/Lim/Agent/Server.pm: HASH(0x55a580312fa8)
- lib/Lim/CLI.pm: HASH(0x55a57fd6a2c0)
- lib/Lim/Component.pm: HASH(0x55a57fb0da30)
- lib/Lim/Component/CLI.pm: HASH(0x55a57faa2ad8)
- lib/Lim/Component/Client.pm: HASH(0x55a57fb1f338)
- lib/Lim/Component/Server.pm: HASH(0x55a57fbb2298)
- lib/Lim/Error.pm: HASH(0x55a57fb22fe0)
- lib/Lim/Plugins.pm: HASH(0x55a57d9968f8)
- lib/Lim/RPC.pm: HASH(0x55a57fab0b70)
- lib/Lim/RPC/Call.pm: HASH(0x55a57fb6f1f0)
- lib/Lim/RPC/Protocol.pm: HASH(0x55a57fbf3cf0)
- lib/Lim/RPC/Protocol/HTTP.pm: HASH(0x55a57fb52810)
- lib/Lim/RPC/Protocol/JSONRPC1.pm: HASH(0x55a57fadfeb8)
- lib/Lim/RPC/Protocol/JSONRPC2.pm: HASH(0x55a57fb5a0d0)
- lib/Lim/RPC/Protocol/REST.pm: HASH(0x55a57fb7da60)
- lib/Lim/RPC/Protocol/SOAP.pm: HASH(0x55a57f3da640)
- lib/Lim/RPC/Protocol/XMLRPC.pm: HASH(0x55a57fbc1398)
- lib/Lim/RPC/Protocols.pm: HASH(0x55a57facada0)
- lib/Lim/RPC/Server.pm: HASH(0x55a57f4b7b08)
- lib/Lim/RPC/TLS.pm: HASH(0x55a57fc4d510)
- lib/Lim/RPC/Transport.pm: HASH(0x55a57fcbe318)
- lib/Lim/RPC/Transport/Client.pm: HASH(0x55a57fae2f28)
- lib/Lim/RPC/Transport/Client/HTTP.pm: HASH(0x55a57fcff518)
- lib/Lim/RPC/Transport/Client/HTTPS.pm: HASH(0x55a57fc37eb8)
- lib/Lim/RPC/Transport/Client/RabbitMQ.pm: HASH(0x55a57faf4c38)
- lib/Lim/RPC/Transport/Clients.pm: HASH(0x55a57fdb9e28)
- lib/Lim/RPC/Transport/HTTP.pm: HASH(0x55a57fc0cd68)
- lib/Lim/RPC/Transport/HTTPS.pm: HASH(0x55a57fcc0c88)
- lib/Lim/RPC/Transport/RabbitMQ.pm: HASH(0x55a57fd1a160)
- lib/Lim/RPC/Transports.pm: HASH(0x55a57fb83e08)
- lib/Lim/RPC/URIMaps.pm: HASH(0x55a57fa9f380)
- lib/Lim/RPC/Value.pm: HASH(0x55a57faecb88)
- lib/Lim/RPC/Value/Collection.pm: HASH(0x55a57fb02310)
- lib/Lim/Util.pm: HASH(0x55a57fb4bb90)
- lib/Lim/Util/DBI.pm: HASH(0x55a580354068)
- 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.
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Lim | Framework for RESTful JSON/XML, JSON-RPC, XML-RPC and SOAP | 0.20 | metacpan |
| Lim::Agent | metacpan | ||
| Lim::Agent::CLI | metacpan | ||
| Lim::Agent::Client | metacpan | ||
| Lim::Agent::Server | metacpan | ||
| Lim::CLI | The command line interface to Lim | metacpan | |
| Lim::Component | Base class for plugins | metacpan | |
| Lim::Component::CLI | metacpan | ||
| Lim::Component::Client | metacpan | ||
| Lim::Component::Server | metacpan | ||
| Lim::Error | Encapsulate an error within Lim | metacpan | |
| Lim::Plugins | Lim's plugin loader and container | metacpan | |
| Lim::RPC | Utilities for Lim's RPC | metacpan | |
| Lim::RPC::Call | metacpan | ||
| Lim::RPC::Callback | Base class of all RPC callbacks | metacpan | |
| Lim::RPC::Protocol | metacpan | ||
| Lim::RPC::Protocol::HTTP | metacpan | ||
| Lim::RPC::Protocol::JSONRPC1 | metacpan | ||
| Lim::RPC::Protocol::JSONRPC2 | metacpan | ||
| Lim::RPC::Protocol::REST | metacpan | ||
| Lim::RPC::Protocol::SOAP | metacpan | ||
| Lim::RPC::Protocol::XMLRPC | metacpan | ||
| Lim::RPC::Protocols | Lim's RPC protocol loader and container | metacpan | |
| Lim::RPC::Server | metacpan | ||
| Lim::RPC::TLS | metacpan | ||
| Lim::RPC::Transport | metacpan | ||
| Lim::RPC::Transport::Client | metacpan | ||
| Lim::RPC::Transport::Client::HTTP | metacpan | ||
| Lim::RPC::Transport::Client::HTTPS | metacpan | ||
| Lim::RPC::Transport::Client::RabbitMQ | metacpan | ||
| Lim::RPC::Transport::Clients | Lim's RPC transport client loader and container | metacpan | |
| Lim::RPC::Transport::HTTP | metacpan | ||
| Lim::RPC::Transport::HTTPS | metacpan | ||
| Lim::RPC::Transport::RabbitMQ | metacpan | ||
| Lim::RPC::Transports | Lim's RPC transport loader and container | metacpan | |
| Lim::RPC::URIMaps | metacpan | ||
| Lim::RPC::Value | metacpan | ||
| Lim::RPC::Value::Collection | metacpan | ||
| Lim::Util | Utilities for plugins | metacpan | |
| Lim::Util::DBI | Create a DBH that is executed in a forked process | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| META.json | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |