Kwalitee Issues

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: Build.PL,CHANGES,COPYING,MANIFEST,MANIFEST.SKIP,META.yml,Makefile.PL,README,examples/test.cgi,examples/test_page.pl,examples,lib/HTML/Template/Dumper/Data_Dumper.pm,lib/HTML/Template/Dumper/Format.pm,lib/HTML/Template/Dumper/YAML.pm,lib/HTML/Template/Dumper,lib/HTML/Template/Dumper.pm,lib/HTML/Template,lib/HTML,lib,t/001_load.t,t/020_output.t,t

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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 (15) does not match dist (16):
  • Missing in MANIFEST: Makefile.PL

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_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

Modules

Name Abstract Version View
HTML::Template::Dumper Output template data in a test-friendly format 0.1 metacpan
HTML::Template::Dumper::Data_Dumper 0.1 metacpan
HTML::Template::Dumper::Format metacpan
HTML::Template::Dumper::YAML 0.1 metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan