Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (69) does not match dist (40):
  • Missing in Dist: RMI-v0.07/Changes, RMI-v0.07/INSTALL, RMI-v0.07/LICENSE, RMI-v0.07/MANIFEST, RMI-v0.07/Makefile.PL, RMI-v0.07/README, RMI-v0.07/lib/RMI.pm, RMI-v0.07/lib/RMI/Client.pm, RMI-v0.07/lib/RMI/Client/ForkedPipes.pm, RMI-v0.07/lib/RMI/Client/Tcp.pm, RMI-v0.07/lib/RMI/Node.pm, RMI-v0.07/lib/RMI/ProxyObject.pm, RMI-v0.07/lib/RMI/ProxyReference.pm, RMI-v0.07/lib/RMI/Server.pm, RMI-v0.07/lib/RMI/Server/ForkedPipes.pm, RMI-v0.07/lib/RMI/Server/Tcp.pm, RMI-v0.07/prove-all.sh, RMI-v0.07/t/01_basic.t, RMI-v0.07/t/02_unblessed_refs.t, RMI-v0.07/t/03_exceptions.t, RMI-v0.07/t/04_use_remote.t, RMI-v0.07/t/05_use_lib_remote.t, RMI-v0.07/t/06_client_server_pairs.t, RMI-v0.07/t/07_as_documented.t, RMI-v0.07/t/08_wantarray.t, RMI-v0.07/t/09_bind_variables.t, RMI-v0.07/t/RMI/TestClass.pm, RMI-v0.07/t/RMI/TestClass1.pm, RMI-v0.07/t/RMI/TestClass2.pm

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(0x562a783c5738)
  • lib/RMI/ProxyObject.pm: HASH(0x562a7b7707b0)

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.001000,0.008000

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 v0.07 0.008000 metacpan
RMI::Client connection to an RMI::Server metacpan
RMI::Client::ForkedPipes an RMI::Client implementation with a private out-of-process server 0.001000 metacpan
RMI::Client::Tcp an RMI::Client implementation using TCP/IP sockets 0.001000 metacpan
RMI::Node base class for RMI::Client and RMI::Server 0.001000 metacpan
RMI::ProxyObject used internally by RMI for "stub" objects metacpan
RMI::ProxyReference used internally by RMI to tie references 0.001000 metacpan
RMI::Server service RMI::Client requests from another process 0.001000 metacpan
RMI::Server::ForkedPipes service RMI::Client::ForkedPipes requests 0.001000 metacpan
RMI::Server::Tcp service RMI::Client::Tcp requests 0.001000 metacpan

Other Files

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