HTML 0.6 Latest
Kwalitee Issues
- extracts_nicely
-
Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
Error: More than one top directories are found: HTML;README;html_base.pod
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_buildtool
-
Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- has_tests
-
Add tests!
- 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_abstract_in_pod
-
Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: html_base.pod -- Around line 363: You forgot a '=back' before '=head1' Around line 368: '=item' outside of any '=over' Around line 465: You forgot a '=back' before '=head1' Around line 479: '=item' outside of any '=over' =over without closing =back
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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: HTML/Base.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.
- 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: HTML::Base
- 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::Base | metacpan |
Provides
Name | File | View |
---|---|---|
HTML::Base::Address | HTML/Base.pm | metacpan |
HTML::Base::Anchor | HTML/Base.pm | metacpan |
HTML::Base::Base | HTML/Base.pm | metacpan |
HTML::Base::BinaryTag | HTML/Base.pm | metacpan |
HTML::Base::BlockQuote | HTML/Base.pm | metacpan |
HTML::Base::Body | HTML/Base.pm | metacpan |
HTML::Base::Bold | HTML/Base.pm | metacpan |
HTML::Base::Break | HTML/Base.pm | metacpan |
HTML::Base::Center | HTML/Base.pm | metacpan |
HTML::Base::Cite | HTML/Base.pm | metacpan |
HTML::Base::Code | HTML/Base.pm | metacpan |
HTML::Base::Comment | HTML/Base.pm | metacpan |
HTML::Base::Definition | HTML/Base.pm | metacpan |
HTML::Base::DefinitionList | HTML/Base.pm | metacpan |
HTML::Base::DefinitionTerm | HTML/Base.pm | metacpan |
HTML::Base::Directory | HTML/Base.pm | metacpan |
HTML::Base::Emphasis | HTML/Base.pm | metacpan |
HTML::Base::Form | HTML/Base.pm | metacpan |
HTML::Base::HTMLObject | HTML/Base.pm | metacpan |
HTML::Base::Head | HTML/Base.pm | metacpan |
HTML::Base::Header | HTML/Base.pm | metacpan |
HTML::Base::HorizontalRule | HTML/Base.pm | metacpan |
HTML::Base::Image | HTML/Base.pm | metacpan |
HTML::Base::Input | HTML/Base.pm | metacpan |
HTML::Base::IsIndex | HTML/Base.pm | metacpan |
HTML::Base::Italic | HTML/Base.pm | metacpan |
HTML::Base::Keyboard | HTML/Base.pm | metacpan |
HTML::Base::Link | HTML/Base.pm | metacpan |
HTML::Base::ListItem | HTML/Base.pm | metacpan |
HTML::Base::Menu | HTML/Base.pm | metacpan |
HTML::Base::Meta | HTML/Base.pm | metacpan |
HTML::Base::NextId | HTML/Base.pm | metacpan |
HTML::Base::Option | HTML/Base.pm | metacpan |
HTML::Base::OrderedList | HTML/Base.pm | metacpan |
HTML::Base::Page | HTML/Base.pm | metacpan |
HTML::Base::Paragraph | HTML/Base.pm | metacpan |
HTML::Base::Preformatted | HTML/Base.pm | metacpan |
HTML::Base::Sample | HTML/Base.pm | metacpan |
HTML::Base::Select | HTML/Base.pm | metacpan |
HTML::Base::Strong | HTML/Base.pm | metacpan |
HTML::Base::Table | HTML/Base.pm | metacpan |
HTML::Base::TableCaption | HTML/Base.pm | metacpan |
HTML::Base::TableData | HTML/Base.pm | metacpan |
HTML::Base::TableHeader | HTML/Base.pm | metacpan |
HTML::Base::TableRow | HTML/Base.pm | metacpan |
HTML::Base::Text | HTML/Base.pm | metacpan |
HTML::Base::TextArea | HTML/Base.pm | metacpan |
HTML::Base::Title | HTML/Base.pm | metacpan |
HTML::Base::Tty | HTML/Base.pm | metacpan |
HTML::Base::UnaryTag | HTML/Base.pm | metacpan |
HTML::Base::UnorderedList | HTML/Base.pm | metacpan |
HTML::Base::Var | HTML/Base.pm | metacpan |
Other Files
README | metacpan |