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 (8) does not match dist (87):
  • Missing in MANIFEST: bin/README.txt, bin/testCheckDOM.pl, bin/testCheckerParser.pl, bin/testValParser.pl, t/README.txt, t/attr1.xml, t/attr2.xml, t/attr3.xml, t/bad_root.xml, t/chk1.xml, t/chk_batch.t, t/element_text.t, t/empty_elt.t, t/entity.xml, t/fail.xml, t/high_elt_number.t, t/insignif_ws.xml, t/no_root.xml, t/nodtd.xml, t/out/cp_attr1.err, t/out/cp_attr2.err, t/out/cp_attr3.err, t/out/cp_bad_root.err, t/out/cp_chk1.err, t/out/cp_entity.err, t/out/cp_fail.err, t/out/cp_insignif_ws.err, t/out/cp_no_root.err, t/out/cp_nodtd.err, t/out/cp_required_attr.err, t/out/cp_test.err, t/out/cp_two_elem_defs.err, t/out/cp_two_roots.err, t/out/dc_attr1.err, t/out/dc_attr2.err, t/out/dc_attr3.err, t/out/dc_bad_root.err, t/out/dc_chk1.err, t/out/dc_entity.err, t/out/dc_fail.err, t/out/dc_insignif_ws.err, t/out/dc_no_root.err, t/out/dc_nodtd.err, t/out/dc_required_attr.err, t/out/dc_test.err, t/out/dc_two_elem_defs.err, t/out/dc_two_roots.err, t/out/dv_attr1.err, t/out/dv_attr2.err, t/out/dv_attr3.err, t/out/dv_bad_root.err, t/out/dv_chk1.err, t/out/dv_entity.err, t/out/dv_fail.err, t/out/dv_insignif_ws.err, t/out/dv_no_root.err, t/out/dv_nodtd.err, t/out/dv_required_attr.err, t/out/dv_test.err, t/out/dv_two_elem_defs.err, t/out/dv_two_roots.err, t/out/sc_attr1.err, t/out/sc_attr2.err, t/out/sc_attr3.err, t/out/sc_bad_root.err, t/out/sc_chk1.err, t/out/sc_entity.err, t/out/sc_fail.err, t/out/sc_insignif_ws.err, t/out/sc_no_root.err, t/out/sc_nodtd.err, t/out/sc_required_attr.err, t/out/sc_test.err, t/out/sc_two_elem_defs.err, t/out/sc_two_roots.err, t/required_attr.xml, t/test.xml, t/two_elem_defs.xml, t/two_roots.xml

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::Checker::DOM

prereq_matches_use

List all used modules in META.yml requires

Error:

  • XML::DOM
  • XML::Parser

has_meta_json

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

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: XML::Checker::DOM, XML::Checker::Parser, XML::DOM::ValParser

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::Checker::ARule
  • XML::Checker::Context
  • XML::Checker::Context::ANY
  • XML::Checker::Context::Children
  • XML::Checker::Context::EMPTY
  • XML::Checker::Context::Mixed
  • XML::Checker::DocContext
  • XML::Checker::ERule
  • XML::Checker::ERule::ANY
  • XML::Checker::ERule::Children
  • XML::Checker::ERule::EMPTY
  • XML::Checker::ERule::Mixed
  • XML::Checker::Parser
  • XML::Checker::Parser::ExternalDTD
  • XML::Checker::Term
  • XML::DOM::ValParser

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
XML::Checker A perl module for validating XML 0.13 metacpan
XML::Checker::Parser an XML::Parser that validates at parse time metacpan
XML::DOM::ValParser an XML::DOM::Parser that validates at parse time metacpan

Provides

Name File View
XML::Checker::ARule lib/XML/Checker.pm metacpan
XML::Checker::Context lib/XML/Checker.pm metacpan
XML::Checker::Context::ANY lib/XML/Checker.pm metacpan
XML::Checker::Context::Children lib/XML/Checker.pm metacpan
XML::Checker::Context::EMPTY lib/XML/Checker.pm metacpan
XML::Checker::Context::Mixed lib/XML/Checker.pm metacpan
XML::Checker::DocContext lib/XML/Checker.pm metacpan
XML::Checker::ERule lib/XML/Checker.pm metacpan
XML::Checker::ERule::ANY lib/XML/Checker.pm metacpan
XML::Checker::ERule::Children lib/XML/Checker.pm metacpan
XML::Checker::ERule::EMPTY lib/XML/Checker.pm metacpan
XML::Checker::ERule::Mixed lib/XML/Checker.pm metacpan
XML::Checker::Parser::ExternalDTD lib/XML/Checker/Parser.pm metacpan
XML::Checker::Term lib/XML/Checker.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan