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];value is an undefined string (abstract) [Validation: 1.4]

portable_filenames

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

Error:

  • t/Error::Pure/00-use.t
  • t/Error::Pure/01-version.t
  • t/Error::Pure/02-pod_coverage.t
  • t/Error::Pure/03-pod.t
  • t/Error::Pure/04-err.t
  • t/Error::Pure::AllError/00-use.t
  • t/Error::Pure::AllError/01-version.t
  • t/Error::Pure::AllError/02-pod_coverage.t
  • t/Error::Pure::AllError/03-pod.t
  • t/Error::Pure::AllError/04-err.t
  • t/Error::Pure::Die/00-use.t
  • t/Error::Pure::Die/01-version.t
  • t/Error::Pure::Die/02-pod_coverage.t
  • t/Error::Pure::Die/03-pod.t
  • t/Error::Pure::Die/04-err.t
  • t/Error::Pure::Error/00-use.t
  • t/Error::Pure::Error/01-version.t
  • t/Error::Pure::Error/02-pod_coverage.t
  • t/Error::Pure::Error/03-pod.t
  • t/Error::Pure::Error/04-err.t
  • t/Error::Pure::ErrorList/00-use.t
  • t/Error::Pure::ErrorList/01-version.t
  • t/Error::Pure::ErrorList/02-pod_coverage.t
  • t/Error::Pure::ErrorList/03-pod.t
  • t/Error::Pure::ErrorList/04-err.t
  • t/Error::Pure::Output::Text/00-use.t
  • t/Error::Pure::Output::Text/01-version.t
  • t/Error::Pure::Output::Text/02-pod_coverage.t
  • t/Error::Pure::Output::Text/03-pod.t
  • t/Error::Pure::Output::Text/04-err_bt_pretty.t
  • t/Error::Pure::Output::Text/05-err_line.t
  • t/Error::Pure::Output::Text/06-err_line_all.t
  • t/Error::Pure::Print/00-use.t
  • t/Error::Pure::Print/01-version.t
  • t/Error::Pure::Print/02-pod_coverage.t
  • t/Error::Pure::Print/03-pod.t
  • t/Error::Pure::Print/04-err.t
  • t/Error::Pure::Print/T.pm
  • t/Error::Pure::Utils/00-use.t
  • t/Error::Pure::Utils/01-version.t
  • t/Error::Pure::Utils/02-pod_coverage.t
  • t/Error::Pure::Utils/03-pod.t
  • t/Error::Pure::Utils/04-clean.t
  • t/Error::Pure::Utils/05-err_get.t
  • t/Error::Pure::Utils/06-err_helper.t

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.

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

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

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
Error::Pure Perl module for structured errors. 0.01 metacpan
Error::Pure::AllError Error::Pure module with full backtrace. 0.01 metacpan
Error::Pure::Die Error::Pure module with classic die. 0.01 metacpan
Error::Pure::Error Error::Pure module with error on one line with informations. 0.01 metacpan
Error::Pure::ErrorList Error::Pure module with list of errors in one line with informations. 0.01 metacpan
Error::Pure::Output::Text Output subroutines for Error::Pure. 0.01 metacpan
Error::Pure::Print Error::Pure module for simple error print. 0.01 metacpan
Error::Pure::Utils Utilities for structured errors. 0.01 metacpan

Other Files

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