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: perlnumber.html;perlopentut.html;perlobj.html;subs.html;sigtrap.html;perltodo.html;perldebtut.html;Exporter;perlbook.html;perlguts.html;locale.html;perlfaq4.html;perltrap.html;perlfaq3.html;perlsec.html;Benchmark.html;fields.html;CGI.html;perlembed.html;perldsc.html;Cwd.html;c2ph.html;perlsyn.html;perltie.html;Math;IPC;CPAN.html;perldelta.html;perlthrtut.html;Devel;podtoc.html;perl5004delta.html;Carp.html;dprofpp.html;FindBin.html;pod2man.html;File;AutoSplit.html;perl5005delta.html;perlvar.html;perlintern.html;blib.html;perltoc.html;I18N;attributes.html;pod2usage.html;Search;utf8.html;Symbol.html;perlmodlib.html;splitpod.html;perlsub.html;perlapio.html;perlfaq2.html;perlipc.html;pod2latex.html;perlboot.html;repository.html;perldiag.html;perllol.html;index.html~;perlcompile.html;perlfaq7.html;ExtUtils;Test.html;perltoot.html;AutoLoader.html;perlref.html;Term;perldbmfilter.html;Carp;perlxstut.html;warnings.html;charnames.html;autouse.html;CGI;perlfaq1.html;perlstyle.html;podselect.html;perlebcdic.html;base.html;integer.html;pod2html.html;User;FileCache.html;perlxs.html;CPAN;English.html;DB.html;SelfLoader.html;perlrequick.html;perlbot.html;pumpkin.html;Env.html;perldebug.html;Net;podindex.html;perlport.html;vars.html;perlfaq9.html;UNIVERSAL.html;Time;perlbug.html;podchecker.html;h2ph.html;perlnewmod.html;perlapi.html;perlreftut.html;strict.html;perlmod.html;Exporter.html;perlhack.html;Dumpvalue.html;pl2pm.html;DirHandle.html;perlclib.html;perlhist.html;perlrun.html;lib.html;Shell.html;perlform.html;SelectSaver.html;perlfaq6.html;diagnostics.html;perlpod.html;perllocale.html;warnings;Pod;perl.html;open.html;perlmodinstall.html;overload.html;perlfaq8.html;pod2text.html;index.html;Getopt;patching.html;Test;perlutil.html;perlfunc.html;perlop.html;perlfork.html;perlre.html;h2xs.html;perllexwarn.html;Class;AnyDBM_File.html;perlunicode.html;perlfaq5.html;FileHandle.html;perlfaq.html;perlfilter.html;Tie;perldoc.html;perlretut.html;less.html;perltootc.html;perlcc.html;perldata.html;Fatal.html;bytes.html;filetest.html;perlcall.html;perldebguts.html;constant.html;Text;Win32.html

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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.

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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.