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 (248) does not match dist (246):
  • Missing in Dist: bundle/Sys-CpuAffinity/lib/xs/foo, t/out/foo

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Forks-Super-0.95/bundle/Sys-CpuLoadX/lib/Sys/CpuLoadX.pm -- Around line 229: =cut found outside a pod block. Skipping to next block.

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: bundle/Sys-CpuAffinity/lib/Sys/CpuAffinity.pm, bundle/Sys-CpuLoadX/lib/Sys/CpuLoadX.pm

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.04,0.95

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).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Forks::Super extensions and convenience methods to manage background processes 0.95 metacpan
Forks::Super::Config 0.95 metacpan
Forks::Super::Debug debugging and logging routines for Forks::Super distro 0.95 metacpan
Forks::Super::Deferred manage queue of background tasks to perform 0.95 metacpan
Forks::Super::Job object representing a background task 0.95 metacpan
Forks::Super::Job::Callback 0.95 metacpan
Forks::Super::Job::Emulate support emulation mode for Job object 0.95 metacpan
Forks::Super::Job::Ipc interprocess communication routines for Forks::Super 0.95 metacpan
Forks::Super::Job::OS 0.95 metacpan
Forks::Super::Job::OS::Cygwin 0.95 metacpan
Forks::Super::Job::OS::Win32 0.95 metacpan
Forks::Super::Job::Timeout 0.95 metacpan
Forks::Super::LazyEval deferred processing of output from a background proc 0.95 metacpan
Forks::Super::LazyEval::BackgroundArray 0.95 metacpan
Forks::Super::LazyEval::BackgroundScalar 0.95 metacpan
Forks::Super::Sigchld 0.95 metacpan
Forks::Super::Sync portable interprocess synchronization object 0.95 metacpan
Forks::Super::Sync::IPCSemaphore 0.95 metacpan
Forks::Super::Sync::Semaphlock 0.95 metacpan
Forks::Super::Sync::Win32 0.95 metacpan
Forks::Super::Sync::Win32Mutex 0.95 metacpan
Forks::Super::Tie::Enum metacpan
Forks::Super::Tie::IPCDupSTDIN metacpan
Forks::Super::Tie::IPCFileHandle 0.95 metacpan
Forks::Super::Tie::IPCPipeHandle 0.95 metacpan
Forks::Super::Tie::IPCSocketHandle 0.95 metacpan
Forks::Super::Util utility routines for Forks::Super module 0.95 metacpan
Forks::Super::Wait manage background processes at the end of their life cycle 0.95 metacpan
Sys::CpuLoadX a module to retrieve system load averages. 0.04 metacpan

Provides

Name File View
Forks::Super::Job::Foreign lib/Forks/Super/Job.pm metacpan
Forks::Super::bg_eval lib/Forks/Super/LazyEval.pm metacpan
Forks::Super::bg_qx lib/Forks/Super/LazyEval.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.windows metacpan
bundle/Sys-CpuAffinity/Build.PL metacpan
bundle/Sys-CpuAffinity/MANIFEST metacpan
bundle/Sys-CpuAffinity/Makefile.PL metacpan
bundle/Sys-CpuLoadX/Build.PL metacpan
bundle/Sys-CpuLoadX/MANIFEST metacpan