Kwalitee Issues

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 (43) does not match dist (11):
  • Missing in Dist: examples/MyApp1, examples/MyApp1/Changes, examples/MyApp1/MANIFEST, examples/MyApp1/MANIFEST.SKIP, examples/MyApp1/Makefile.PL, examples/MyApp1/README, examples/MyApp1/config, examples/MyApp1/config/config-dev.pl, examples/MyApp1/lib/MyApp1.pm, examples/MyApp1/lib/MyApp1/C/Home.pm, examples/MyApp1/lib/MyApp1/C/Orders.pm, examples/MyApp1/lib/MyApp1/DB.pm, examples/MyApp1/lib/MyApp1/DB/Result/Customer.pm, examples/MyApp1/lib/MyApp1/DB/Result/Orders.pm, examples/MyApp1/lib/MyApp1/Dispatch.pm, examples/MyApp1/script/create_controller.pl, examples/MyApp1/script/create_dbic_schema.pl, examples/MyApp1/server.pl, examples/MyApp1/t/00-signature.t, examples/MyApp1/t/01-load.t, examples/MyApp1/t/boilerplate.t, examples/MyApp1/t/perl-critic.t, examples/MyApp1/t/perlcriticrc, examples/MyApp1/t/pod-coverage.t, examples/MyApp1/t/pod.t, examples/MyApp1/t/test-app.t, examples/MyApp1/t/www, examples/MyApp1/t/www/PUT.STATIC.CONTENT.HERE, examples/MyApp1/templates/MyApp1/C/Home/index.tmpl, examples/MyApp1/templates/MyApp1/C/Orders/example.tmpl, examples/MyApp1/templates/MyApp1/C/Orders/form.tmpl, examples/MyApp1/templates/MyApp1/C/Orders/index.tmpl

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_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
CGI::Application::Structured A medium-weight, MVC, DB web micro-framework. 0.005 metacpan

Other Files

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