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: 'git@github.com:bricas/statistics-r.git' for 'repository' does not have a URL authority (resources -> repository) [Validation: 1.4]

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: Statistics-R-0.28/lib/Statistics/R/Legacy.pm -- Around line 87: Expected text after =item, not a bullet

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: inc_old/Module/Install.pm, inc_old/Module/Install/Base.pm, inc_old/Module/Install/Can.pm, inc_old/Module/Install/External.pm, inc_old/Module/Install/Fetch.pm, inc_old/Module/Install/Makefile.pm, inc_old/Module/Install/Metadata.pm, inc_old/Module/Install/Win32.pm, inc_old/Module/Install/WriteAll.pm

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: Module::Install, Module::Install::Base, Module::Install::Can, Module::Install::External, Module::Install::Fetch, Module::Install::Makefile, Module::Install::Metadata, Module::Install::Win32, Module::Install::WriteAll

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:

  • Module::Install
  • Module::Install::Base
  • Module::Install::Base::FakeAdmin
  • Module::Install::Can
  • Module::Install::External
  • Module::Install::Fetch
  • Module::Install::Makefile
  • Module::Install::Metadata
  • Module::Install::Win32
  • Module::Install::WriteAll

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.28,1.04

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
Module::Install 1.04 metacpan
Module::Install::Base 1.04 metacpan
Module::Install::Can 1.04 metacpan
Module::Install::External 1.04 metacpan
Module::Install::Fetch 1.04 metacpan
Module::Install::Makefile 1.04 metacpan
Module::Install::Metadata 1.04 metacpan
Module::Install::Win32 1.04 metacpan
Module::Install::WriteAll 1.04 metacpan
Statistics::R Perl interface with the R statistical program 0.28 metacpan
Statistics::R::Legacy Legacy methods for Statistics::R metacpan
Statistics::R::Win32 Helper functions for Statistics::R on MS Windows platforms metacpan

Provides

Name File View
Module::Install::Base::FakeAdmin inc_old/Module/Install/Base.pm metacpan

Other Files

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