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: Expected a list structure (author) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'author' (author) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

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-Template-Bundle-2.9_01/lib/HTML/Template/Expr.pm -- Around line 514: =back doesn't take any parameters, but you said =back 4 Around line 534: =back doesn't take any parameters, but you said =back 4 Around line 536: =back doesn't take any parameters, but you said =back 4 Around line 554: =back doesn't take any parameters, but you said =back 4 Around line 570: =back doesn't take any parameters, but you said =back 4 Around line 582: =back doesn't take any parameters, but you said =back 4 Around line 631: =back doesn't take any parameters, but you said =back 4 HTML-Template-Bundle-2.9_01/lib/HTML/Template.pm -- Around line 1114: =back doesn't take any parameters, but you said =back 4

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.

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.

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:

  • HTML::Template
  • HTML::Template::COND
  • HTML::Template::DEFAULT
  • HTML::Template::ESCAPE
  • HTML::Template::Expr
  • HTML::Template::LOOP
  • HTML::Template::NOOP
  • HTML::Template::PRINTSCALAR
  • HTML::Template::VAR

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.01,0.05,0.07_01,2.9,2.9_01

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::Template Perl module to use HTML Templates from CGI scripts 2.9_01 metacpan
HTML::Template::Bundle Use everything available from HTML::Template 0.01 metacpan
HTML::Template::ESCAPE 2.9 metacpan
HTML::Template::ESCAPE::DOUBLE_QUOTE 2.9 metacpan
HTML::Template::ESCAPE::JS 2.9 metacpan
HTML::Template::ESCAPE::STRIP_NEWLINE 2.9_01 metacpan
HTML::Template::ESCAPE::TEXT 2.9_01 metacpan
HTML::Template::ESCAPE::URL 2.9 metacpan
HTML::Template::Expr HTML::Template extension adding expression support 0.07_01 metacpan
HTML::Template::Filters HTML::Template support module, which contains some useful filters. 0.05 metacpan
HTML::Template::Preload Preload HTML::Template templates into cache. 0.01 metacpan

Provides

Name File View
HTML::Template::COND lib/HTML/Template.pm metacpan
HTML::Template::DEFAULT lib/HTML/Template.pm metacpan
HTML::Template::LOOP lib/HTML/Template.pm metacpan
HTML::Template::NOOP lib/HTML/Template.pm metacpan
HTML::Template::PRINTSCALAR lib/HTML/Template.pm metacpan
HTML::Template::VAR lib/HTML/Template.pm metacpan

Other Files

Changes metacpan
Changes.Expr metacpan
Changes.Template metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.Expr metacpan
README.Template metacpan