Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: ._Net-UCP-0.42;Net-UCP-0.42

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: Cannot find MANIFEST in dist.

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: Net-UCP-0.42::inc::ExtUtils::._AutoInstall

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Net::UCP::Common
  • Net::UCP::IntTimeout
  • Net::UCP::TransactionManager

no_pod_errors

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

Error: Net-UCP-0.42/lib/Net/UCP.pm -- Around line 2390: '=item' outside of any '=over' Around line 2417: You forgot a '=back' before '=head2' You forgot a '=back' before '=head2' Around line 2473: You forgot a '=back' before '=head2' Around line 2571: You forgot a '=back' before '=head2'

has_meta_json

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

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Net-UCP-0.42
  • Net-UCP-0.42/._MANIFEST
  • Net-UCP-0.42/._Makefile.PL
  • Net-UCP-0.42/._inc
  • Net-UCP-0.42/._lib
  • Net-UCP-0.42/._samples
  • Net-UCP-0.42/._t
  • Net-UCP-0.42/inc/._ExtUtils
  • Net-UCP-0.42/inc/ExtUtils/._AutoInstall.pm
  • Net-UCP-0.42/lib/._Net
  • Net-UCP-0.42/samples/._ucp-sample-1.pl
  • Net-UCP-0.42/t/._Net-UCP.t

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: Net-UCP-0.42/inc/ExtUtils/AutoInstall.pm, Net-UCP-0.42/inc/ExtUtils/._AutoInstall.pm, Net-UCP-0.42/lib/Net/UCP.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: ExtUtils::AutoInstall, Net-UCP-0.42::inc::ExtUtils::._AutoInstall

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • ExtUtils::AutoInstall

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.42,0.63

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
ExtUtils::AutoInstall Automatic install of dependencies via CPAN 0.63 metacpan
Net::UCP Perl extension for EMI - UCP Protocol. 0.42 metacpan

Other Files

Net-UCP-0.42/MANIFEST metacpan
Net-UCP-0.42/META.yml metacpan
Net-UCP-0.42/Makefile.PL metacpan