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: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

has_manifest

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

no_generated_files

Remove the offending files/directories!

Error: Makefile

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • lang_de/Sprichwörter.pro

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: AI::FreeHAL::Config, AI::Tagger, AI::Util, AI::Util, LWP

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: FreeHAL-69/AI/FreeHAL/Class.pm -- Around line 1511: Non-ASCII character seen before =encoding in ':key«value»'. Assuming CP1252 FreeHAL-69/LWP.pm -- Around line 606: Non-ASCII character seen before =encoding in 'König,'. Assuming CP1252 FreeHAL-69/Lingua/DE/Tagger.pm -- Around line 181: You forgot a '=back' before '=head1' Around line 185: '=item' outside of any '=over' Around line 990: You forgot a '=back' before '=head1' FreeHAL-69/Lingua/DE/Wortschatz.pm -- Around line 274: Non-ASCII character seen before =encoding in 'Schröer'. Assuming CP1252 FreeHAL-69/Lingua/EN/Tagger.pm -- Around line 179: You forgot a '=back' before '=head1' Around line 183: '=item' outside of any '=over' Around line 970: You forgot a '=back' before '=head1'

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.

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: AI/FreeHAL/Class.pm, AI/FreeHAL/Config.pm, AI/FreeHAL/Engine.pm, AI/POS.pm, AI/Selector.pm, AI/SemanticNetwork.pm, AI/Tagger.pm, AI/SemanticEngine.pm, AI/Util.pm, LWP.pm, Lingua/DE/Tagger.pm, Lingua/DE/Wortschatz.pm, Lingua/DE/Wortschatz/Result.pm, Lingua/EN/Tagger.pm, Lingua/Identify.pm, Lingua/Stem.pm, aliased.pm, version.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: AI::FreeHAL::Config, AI::Tagger, AI::Util, AI::Util, LWP, Lingua::DE::Wortschatz, Lingua::DE::Wortschatz::Result, Lingua::Stem, aliased, version

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:

  • LWP
  • Lingua::DE::Wortschatz
  • Lingua::DE::Wortschatz::Result
  • Lingua::EN::Tagger
  • Lingua::Identify
  • Lingua::Stem
  • aliased
  • version
  • version::vpp

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.000004,0.000008,0.01,0.13,0.15,0.19,0.21,0.74,0.83,1.24,1.25,5.808,69

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

Modules

Name Abstract Version View
AI::FreeHAL::Class Support for creating standard "inside-out" classes 0.000008 metacpan
AI::FreeHAL::Config Load and save configuration files in a standard format 0.000004 metacpan
AI::FreeHAL::Engine Engine of FreeHAL, a self-learning conversation simulator which uses semantic nets to organize its knowledge. 69 metacpan
AI::POS 0.01 metacpan
AI::Selector 0.01 metacpan
AI::SemanticNetwork 0.01 metacpan
AI::Tagger 0.01 metacpan
AI::Util 0.01 metacpan
LWP The World-Wide Web library for Perl 5.808 metacpan
Lingua::DE::Tagger Part-of-speech tagger for German natural language processing. 0.15 metacpan
Lingua::DE::Wortschatz wortschatz.uni-leipzig.de webservice client 1.25 metacpan
Lingua::DE::Wortschatz::Result 1.24 metacpan
Lingua::EN::Tagger Part-of-speech tagger for English natural language processing. 0.13 metacpan
Lingua::Identify Language identification 0.19 metacpan
Lingua::Stem 0.83 metacpan
aliased Use shorter versions of class names. 0.21 metacpan
version 0.74 metacpan

Provides

Name File View
AI::FreeHAL::Class::SCR AI/FreeHAL/Class.pm metacpan
AI::FreeHAL::Config::Block AI/FreeHAL/Config.pm metacpan
AI::FreeHAL::Config::Comment AI/FreeHAL/Config.pm metacpan
AI::FreeHAL::Config::Gap AI/FreeHAL/Config.pm metacpan
AI::FreeHAL::Config::Hash AI/FreeHAL/Config.pm metacpan
AI::FreeHAL::Config::Keyval AI/FreeHAL/Config.pm metacpan
version::vpp version.pm metacpan
warnings version.pm metacpan

Other Files

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