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]

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably 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.)

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: XML::SAX::Machines::ConfigDefaults

no_pod_errors

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

Error: XML-SAX-Machines-0.42/lib/XML/Filter/Distributor.pm -- Around line 254: You forgot a '=back' before '=head1' XML-SAX-Machines-0.42/lib/XML/Filter/DocSplitter.pm -- Around line 284: You forgot a '=back' before '=head1' XML-SAX-Machines-0.42/lib/XML/Filter/Merger.pm -- Around line 419: You forgot a '=back' before '=head1'

has_meta_json

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

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: XML::Filter::Distributor, XML::Filter::DocSplitter, XML::Filter::Merger, XML::Filter::Tee, XML::SAX::ByRecord, XML::SAX::EventMethodMaker, XML::SAX::Machine, XML::SAX::Machines, XML::SAX::Machines::ConfigDefaults, XML::SAX::Machines::ConfigHelper, XML::SAX::Manifold, XML::SAX::Pipeline, XML::SAX::Tap

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.1,0.2,0.42,1

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
XML::Filter::Distributor Multipass processing of documents 0.1 metacpan
XML::Filter::DocSplitter Multipass processing of documents 0.2 metacpan
XML::Filter::Merger Assemble multiple SAX streams in to one document 0.2 metacpan
XML::Filter::Tee Send SAX events to multiple processor, with switching 0.1 metacpan
XML::SAX::ByRecord Record oriented processing of (data) documents 0.1 metacpan
XML::SAX::EventMethodMaker SAX event names, creation of methods from templates 0.1 metacpan
XML::SAX::Machine Manage a collection of SAX processors 1 metacpan
XML::SAX::Machines manage collections of SAX processors 0.42 metacpan
XML::SAX::Machines::ConfigDefaults metacpan
XML::SAX::Machines::ConfigHelper metacpan
XML::SAX::Manifold Multipass processing of documents 0.1 metacpan
XML::SAX::Pipeline Manage a linear pipeline of SAX processors 0.1 metacpan
XML::SAX::Tap Tap a pipeline of SAX processors 0.1 metacpan

Provides

Name File View
XML::SAX::Machine::Part lib/XML/SAX/Machine.pm metacpan
XML::SAX::Machines::SiteConfig lib/XML/SAX/Machines/ConfigHelper.pm metacpan

Other Files

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