Kwalitee Issues

has_meta_yml

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

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 (97) does not match dist (85):
  • Missing in Dist: lib/Data/Password.pm, lib/HTML/Merge.pm, lib/HTML/Merge/App/Repository.pm, lib/HTML/Merge/Compile.pm, lib/HTML/Merge/Development.pm, lib/HTML/Merge/Engine.pm, lib/HTML/Merge/Error.pm, lib/HTML/Merge/Ext.pm, lib/HTML/Merge/Filter.pm, lib/HTML/Merge/Mail.pm, lib/HTML/Merge/Tags.pm, lib/Term/InKey.pm

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: HTML::Merge::Ext, perl::HTML::Merge, perl::HTML::Merge::Tags

main_module_version_matches_dist_version

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

no_pod_errors

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

Error: HTML-Merge-3.41/private/perl/HTML/Merge/Compile.pm -- Around line 2019: Unknown directive: =line HTML-Merge-3.41/private/perl/HTML/Merge/Tags.pm -- Around line 688: =back doesn't take any parameters, but you said =back 4 Around line 700: =back doesn't take any parameters, but you said =back 4

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!

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: private/perl/Data/Password.pm, private/perl/HTML/Merge/App/Repository.pm, private/perl/HTML/Merge/Compile.pm, private/perl/HTML/Merge/Development.pm, private/perl/HTML/Merge/Engine.pm, private/perl/HTML/Merge/Error.pm, private/perl/HTML/Merge/Ext.pm, private/perl/HTML/Merge/Filter.pm, private/perl/HTML/Merge/Mail.pm, private/perl/Term/InKey.pm, private/perl/HTML/Merge.pm, private/perl/HTML/Merge/Tags.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: Data::Password, HTML::Merge::App::Repository, HTML::Merge::Compile, HTML::Merge::Development, HTML::Merge::Engine, HTML::Merge::Error, HTML::Merge::Ext, HTML::Merge::Filter, HTML::Merge::Mail, Term::InKey, perl::HTML::Merge, perl::HTML::Merge::Tags

consistent_version

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

Error: 1.01,3.41

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
Data::Password Perl extension for assesing password quality. 1.01 metacpan
HTML::Merge::App::Repository metacpan
HTML::Merge::Compile 3.41 metacpan
HTML::Merge::Development metacpan
HTML::Merge::Engine metacpan
HTML::Merge::Error metacpan
HTML::Merge::Ext metacpan
HTML::Merge::Filter metacpan
HTML::Merge::Mail metacpan
Term::InKey Perl extension for clearing the screen and receiving a keystroke. 1.01 metacpan

Provides

Name File View
HTML::Merge::Ini private/perl/HTML/Merge/Development.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan