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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/RMI/Client.pm: HASH(0x55c8d0748790)
  • lib/RMI/Client/ForkedPipes.pm: HASH(0x55c8d065fc98)
  • lib/RMI/Client/Tcp.pm: HASH(0x55c8d06aa340)
  • lib/RMI/Node.pm: HASH(0x55c8d076fe90)
  • lib/RMI/ProxyObject.pm: HASH(0x55c8d069b6a8)
  • lib/RMI/ProxyReference.pm: HASH(0x55c8d060dd80)
  • lib/RMI/Server.pm: HASH(0x55c8d07aa8f0)
  • lib/RMI/Server/ForkedPipes.pm: HASH(0x55c8d07d20f8)
  • lib/RMI/Server/Tcp.pm: HASH(0x55c8d07584d8)

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

Modules

Name Abstract Version View
RMI Remote Method Invocation with transparent proxies 0.09 metacpan
RMI::Client connection to an RMI::Server metacpan
RMI::Client::ForkedPipes an RMI::Client implementation with a private out-of-process server metacpan
RMI::Client::Tcp an RMI::Client implementation using TCP/IP sockets metacpan
RMI::Node base class for RMI::Client and RMI::Server metacpan
RMI::ProxyObject used internally by RMI for "stub" objects metacpan
RMI::ProxyReference used internally by RMI to tie references metacpan
RMI::Server service RMI::Client requests from another process metacpan
RMI::Server::ForkedPipes service RMI::Client::ForkedPipes requests metacpan
RMI::Server::Tcp service RMI::Client::Tcp requests metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan