Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4]

no_generated_files

Remove the offending files/directories!

Error: pm_to_blib

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

has_meta_json

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

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: blib/lib/Csistck.pm, blib/lib/Csistck/Config.pm, blib/lib/Csistck/Oper.pm, blib/lib/Csistck/Role.pm, blib/lib/Csistck/Term.pm, blib/lib/Csistck/Test.pm, blib/lib/Csistck/Test/File.pm, blib/lib/Csistck/Test/FileBase.pm, blib/lib/Csistck/Test/NOOP.pm, blib/lib/Csistck/Test/Pkg.pm, blib/lib/Csistck/Test/Return.pm, blib/lib/Csistck/Test/Script.pm, blib/lib/Csistck/Test/Template.pm, blib/lib/Csistck/Util.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.

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.

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.

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
Csistck Perl system consistency check framework 0.1001 metacpan
Csistck::Config metacpan
Csistck::Oper metacpan
Csistck::Role Cistck base class for role inheritance metacpan
Csistck::Term metacpan
Csistck::Test metacpan
Csistck::Test::File Csistck file check metacpan
Csistck::Test::FileBase metacpan
Csistck::Test::NOOP Csistck no operation check metacpan
Csistck::Test::Pkg Csistck package check metacpan
Csistck::Test::Return metacpan
Csistck::Test::Script Csistck script check metacpan
Csistck::Test::Template Csistck template check metacpan
Csistck::Util metacpan

Other Files

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