XML-DOM 1.44
Kwalitee Issues
- 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.
- 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
- 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.44/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.44/lib/XML/DOM/Element.pod -- Around line 162: You forgot a '=back' before '=head2'
- 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.
- 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::Handler::BuildDOM
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
CheckAncestors | metacpan | ||
CmpDOM | metacpan | ||
XML::DOM | A perl module for building DOM Level 1 compliant document structures | 1.44 | 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::Handler::BuildDOM | PerlSAX handler that creates XML::DOM document structures | 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::XQL::Node | lib/XML/DOM.pm | metacpan |