Kwalitee Issues

has_meta_yml

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

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (63) does not match dist (65):
  • Missing in MANIFEST: samples/minutes.xml, t/dom_documenttype.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::DOM::DOMException, XML::DOM::NodeList

prereq_matches_use

List all used modules in META.yml requires

Error:

  • XML::Encoding
  • XML::RegExp

no_pod_errors

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

Error: XML-DOM-1.30/lib/XML/DOM/DocumentType.pod -- Around line 62: You forgot a '=back' before '=head2' Around line 64: '=item' outside of any '=over' XML-DOM-1.30/lib/XML/DOM/Element.pod -- Around line 162: You forgot a '=back' before '=head2'

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: CheckAncestors.pm, CmpDOM.pm

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: CheckAncestors, CmpDOM, XML::DOM, XML::DOM::DOMException, XML::DOM::NamedNodeMap, XML::DOM::NodeList, XML::DOM::PerlSAX, XML::Filter::DetectWS, XML::Filter::Reindent, XML::Filter::SAXT, XML::Handler::BuildDOM, XML::Handler::Composer, XML::Handler::PrintEvents, XML::UM

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:

  • XML::UM::SlowMapper
  • XML::UM::SlowMapper::UTF8
  • XML::UM::SlowMapperFactory

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
CheckAncestors metacpan
CmpDOM metacpan
XML::DOM A perl module for building DOM Level 1 compliant document structures 1.30 metacpan
XML::DOM::DOMException metacpan
XML::DOM::NamedNodeMap A hash table interface for XML::DOM metacpan
XML::DOM::NodeList A node list as used by XML::DOM metacpan
XML::DOM::PerlSAX Old name of L<XML::Handler::BuildDOM> metacpan
XML::Filter::DetectWS A PerlSAX filter that detects ignorable whitespace metacpan
XML::Filter::Reindent Reformats whitespace for pretty printing XML metacpan
XML::Filter::SAXT Replicates SAX events to several SAX event handlers metacpan
XML::Handler::BuildDOM PerlSAX handler that creates XML::DOM document structures metacpan
XML::Handler::Composer Another XML printer/writer/generator metacpan
XML::Handler::PrintEvents Prints PerlSAX events (for debugging) metacpan
XML::UM Convert UTF-8 strings to any encoding supported by XML::Encoding metacpan

Provides

Name File View
XML::DOM::AttDef CmpDOM.pm metacpan
XML::DOM::AttlistDecl CmpDOM.pm metacpan
XML::DOM::Attr CmpDOM.pm metacpan
XML::DOM::CDATASection lib/XML/DOM.pm metacpan
XML::DOM::CharacterData CmpDOM.pm metacpan
XML::DOM::Comment lib/XML/DOM.pm metacpan
XML::DOM::DOMImplementation lib/XML/DOM.pm metacpan
XML::DOM::Document CmpDOM.pm metacpan
XML::DOM::DocumentFragment lib/XML/DOM.pm metacpan
XML::DOM::DocumentType CmpDOM.pm metacpan
XML::DOM::Element CmpDOM.pm metacpan
XML::DOM::ElementDecl CmpDOM.pm metacpan
XML::DOM::Entity CmpDOM.pm metacpan
XML::DOM::EntityReference CmpDOM.pm metacpan
XML::DOM::Node CmpDOM.pm metacpan
XML::DOM::Notation CmpDOM.pm metacpan
XML::DOM::Parser lib/XML/DOM.pm metacpan
XML::DOM::PrintToFileHandle lib/XML/DOM.pm metacpan
XML::DOM::PrintToString lib/XML/DOM.pm metacpan
XML::DOM::ProcessingInstruction CmpDOM.pm metacpan
XML::DOM::Text lib/XML/DOM.pm metacpan
XML::DOM::XMLDecl CmpDOM.pm metacpan
XML::Parser::Dom lib/XML/DOM.pm metacpan
XML::UM::SlowMapper lib/XML/UM.pm metacpan
XML::UM::SlowMapper::UTF8 lib/XML/UM.pm metacpan
XML::UM::SlowMapperFactory lib/XML/UM.pm metacpan
XML::XQL::Node lib/XML/DOM.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan