Kwalitee Issues

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:

  • MANIFEST (19) does not match dist (27):
  • Missing in MANIFEST: ._Changes, ._Makefile.PL, lib/XML/._Elemental.pm, lib/XML/Elemental/._Document.pm, lib/XML/Elemental/._Node.pm, lib/XML/Elemental/._SAXHandler.pm, t/._10-main.t, t/._11-subclass.t

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::._Elemental, XML::Elemental::._Document, XML::Elemental::._Node, XML::Elemental::._SAXHandler

no_pod_errors

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

Error: XML-Elemental-2.01/lib/XML/Elemental/Characters.pm -- Around line 11: =begin without a target? Around line 25: '=item' outside of any '=over' Around line 43: You forgot a '=back' before '=head1' Around line 50: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental/Document.pm -- Around line 23: =begin without a target? Around line 37: '=item' outside of any '=over' Around line 52: You forgot a '=back' before '=head1' Around line 59: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental/Element.pm -- Around line 26: =begin without a target? Around line 40: '=item' outside of any '=over' Around line 83: You forgot a '=back' before '=head1' Around line 90: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental/Node.pm -- Around line 27: =begin without a target? Around line 40: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental/SAXHandler.pm -- Around line 80: =begin without a target? Around line 108: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental/Util.pm -- Around line 21: =begin without a target? Around line 52: '=end' without a target? XML-Elemental-2.01/lib/XML/Elemental.pm -- Around line 25: =begin without a target? Around line 81: You forgot a '=back' before '=head1' Around line 103: '=end' without a target? XML-Elemental-2.01/lib/XML/Parser/Style/Elemental.pm -- Around line 85: =begin without a target? Around line 178: '=item' outside of any '=over' Around line 180: You forgot a '=back' before '=head1' Around line 187: '=end' without a target?

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.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Changes
  • ._Makefile.PL
  • lib/XML/._Elemental.pm
  • lib/XML/Elemental/._Document.pm
  • lib/XML/Elemental/._Node.pm
  • lib/XML/Elemental/._SAXHandler.pm
  • t/._10-main.t
  • t/._11-subclass.t

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: XML::._Elemental, XML::Elemental::._Document, XML::Elemental::._Node, XML::Elemental::._SAXHandler, XML::Elemental::Characters, XML::Elemental::Document, XML::Elemental::Element, XML::Elemental::Node, XML::Elemental::Util

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.11,0.72,2.01

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::Elemental simplistic and perlish handling of XML data. 2.01 metacpan
XML::Elemental::Characters a generic characters object. metacpan
XML::Elemental::Document a generic document object. metacpan
XML::Elemental::Element a generic element (tag) object. metacpan
XML::Elemental::Node base class for all other XML::Elemental objects. metacpan
XML::Elemental::SAXHandler the SAX2 handler that drives XML::Elemental. 0.11 metacpan
XML::Elemental::Util utility methods for working with L<XML::Elemental>. metacpan
XML::Parser::Style::Elemental A flexible and extensible object tree style for XML::Parser. DEPRECATED. 0.72 metacpan

Provides

Name File View
XML::Elemental::doc lib/XML/Elemental/Document.pm metacpan

Other Files

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