Kwalitee Issues

portable_filenames

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

Error:

  • LibYAML/blib/man3/YAML::XS::LibYAML.3

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

no_pod_errors

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

Error: YAML-LibYAML-0.71/LibYAML/blib/lib/YAML/XS.pod -- Around line 140: Unterminated B<...> sequence Around line 144: Unterminated B<...> sequence YAML-LibYAML-0.71/lib/YAML/XS.pod -- Around line 58: Unterminated B<...> sequence Around line 62: Unterminated B<...> sequence

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: LibYAML/blib/lib/YAML/LibYAML.pm, LibYAML/blib/lib/YAML/XS.pm, LibYAML/blib/lib/YAML/XS/LibYAML.pm, LibYAML/lib/YAML/XS/LibYAML.pm

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:

  • YAML::LibYAML
  • YAML::XS
  • YAML::XS::LibYAML

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
YAML::LibYAML Perl YAML Serialization using XS and libyaml 0.71 metacpan
YAML::XS Perl YAML Serialization using XS and libyaml 0.71 metacpan
YAML::XS::LibYAML An XS Wrapper Module of libyaml metacpan

Other Files

Changes metacpan
LibYAML/Makefile.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan