Kwalitee Issues

has_meta_yml

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

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 (7) does not match dist (76):
  • Missing in MANIFEST: README.developer, TODO, dom.h, generate, lib/XML/GDOME.pod, lib/XML/GDOME/Attr.pod, lib/XML/GDOME/CDATASection.pod, lib/XML/GDOME/CharacterData.pod, lib/XML/GDOME/Comment.pod, lib/XML/GDOME/Document.pod, lib/XML/GDOME/DocumentFragment.pod, lib/XML/GDOME/DocumentType.pod, lib/XML/GDOME/Element.pod, lib/XML/GDOME/Entity.pod, lib/XML/GDOME/EntityReference.pod, lib/XML/GDOME/NamedNodeMap.pod, lib/XML/GDOME/Node.pod, lib/XML/GDOME/NodeList.pod, lib/XML/GDOME/Notation.pod, lib/XML/GDOME/ProcessingInstruction.pod, lib/XML/GDOME/SAX/Builder.pm, lib/XML/GDOME/SAX/Generator.pm, lib/XML/GDOME/SAX/Parser.pm, lib/XML/GDOME/Text.pod, lib/XML/GDOME/XPath/Evaluator.pod, lib/XML/GDOME/XPath/NSResolver.pod, lib/XML/GDOME/XPath/Namespace.pod, lib/XML/GDOME/XPath/Result.pod, t/01_basic.t, t/02_cdata.t, t/03_document.t, t/04_dtd.t, t/05_element.t, t/06_namednodemap.t, t/07_node.t, t/08_xpath.t, t/09_sax.t, t/10_callbacks.t, t/examplea.xml, t/examplemjo.xml, t/xml/complex/complex.dtd, t/xml/complex/complex.xml, t/xml/complex/dtd/f.dtd, t/xml/complex/dtd/g.dtd, t/xml/dromeds.xml, t/xml/examplea.xml, t/xml/exampleb.xml, t/xml/exampleb_out.xml, t/xml/examplec.xml, t/xml/examplec_out.xml, t/xml/machine.xml, t/xml/output.xml, t/xml/test-document1.xml, t/xml/test-document2.xml, t/xml/test-document3.xml, t/xml/test-dtd.dtd, t/xml/test-dtd.xml, t/xml/test-element.xml, t/xml/test-loadsave1.xml, t/xml/test-loadsave2.xml, t/xml/test-mevents.xml, t/xml/test-namednodemap.xml, t/xml/test-node.xml, t/xml/test-nodelist.xml, t/xml/test-xpath.xml, t/xml/test.xml, t/xml/xinclude.xml, t/xml/xinclude2.xml, typemap

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::GDOME::SAX::Builder

prereq_matches_use

List all used modules in META.yml requires

Error:

  • XML::SAX::Base

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.

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::GDOME, XML::GDOME::SAX::Builder, XML::GDOME::SAX::Generator, XML::GDOME::SAX::Parser

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • XML::SAX

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::GDOME Interface to Level 2 DOM gdome2 library 0.77 metacpan

Provides

Name File View
XML::GDOME::Document GDOME.pm metacpan
XML::GDOME::Element GDOME.pm metacpan
XML::GDOME::Node GDOME.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README.developer metacpan