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: Missing mandatory field, 'generated_by' (generated_by) [Validation: 1.4]

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 (41) does not match dist (42):
  • Missing in MANIFEST: README.pod

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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.

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.02,0.03,0.04,0.05,0.06,0.08,0.13,0.391

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).

Modules

Name Abstract Version View
Apache2::WebApp Simplified web application framework 0.391 metacpan
Apache2::WebApp::AppConfig AppConfig extension for parsing config files 0.01 metacpan
Apache2::WebApp::Base Base class implementing common functionality 0.02 metacpan
Apache2::WebApp::Helper Base class for command-line script functionality 0.06 metacpan
Apache2::WebApp::Helper::Class Command-line helper script 0.05 metacpan
Apache2::WebApp::Helper::Extra Command-line helper script 0.08 metacpan
Apache2::WebApp::Helper::Kickstart Command-line helper script 0.04 metacpan
Apache2::WebApp::Helper::Project Command-line helper script 0.13 metacpan
Apache2::WebApp::Plugin Base class for WebApp Toolkit plugins 0.03 metacpan
Apache2::WebApp::Stash Object that contains stored variables 0.02 metacpan
Apache2::WebApp::Template Interface to the Template Toolkit 0.05 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.pod metacpan