HTML-Native 1.1 Latest
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: License 'gpl_2' is invalid (license) [Validation: 1.4]
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- 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: Cannot find MANIFEST in dist.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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 |
---|---|---|---|
HTML::Native | Generate and manipulate HTML as native Perl data structures | 1.1 | metacpan |
HTML::Native::Attribute | An HTML element attribute | metacpan | |
HTML::Native::Attribute::ReadOnly | A read-only HTML element attribute | metacpan | |
HTML::Native::Attribute::ReadOnlyArray | metacpan | ||
HTML::Native::Attribute::ReadOnlyHash | metacpan | ||
HTML::Native::Attributes | HTML element attributes | metacpan | |
HTML::Native::Comment | HTML::Native comment | metacpan | |
HTML::Native::Document | HTML::Native document-level element | metacpan | |
HTML::Native::JSON | embedded JSON data | metacpan | |
HTML::Native::JavaScript | embedded JavaScript code | metacpan | |
HTML::Native::List | List of HTML::Native objects | metacpan | |
HTML::Native::Literal | literal text to be included within HTML | metacpan |
Provides
Name | File | View |
---|---|---|
HTML::Native::Document::HTML401::Frameset | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::HTML401::Strict | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::HTML401::Transitional | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::XHTML10::Frameset | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::XHTML10::Strict | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::XHTML10::Transitional | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::Document::XHTML11 | lib/HTML/Native/Document.pm | metacpan |
HTML::Native::JavaScript::Inline | lib/HTML/Native/JavaScript.pm | metacpan |