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 (144) does not match dist (110):
  • Missing in Dist: App-Cinema-1.11.tar.gz, App-Cinema-1.12.tar.gz, App-Cinema-1.14.tar.gz, App-Cinema-1.15.tar.gz, App-Cinema-1.17.tar.gz, app_cinema.yml, lib/App/Cinema/Controller/About.html, lib/App/Cinema/Controller/About.pm, lib/App/Cinema/Controller/Event.pm, lib/App/Cinema/Controller/Item.html, lib/App/Cinema/Controller/Login.pm, lib/App/Cinema/Controller/Logout.pm, lib/App/Cinema/Controller/Menu.html, lib/App/Cinema/Controller/News.html, lib/App/Cinema/Controller/Test.pm, lib/App/Cinema/Controller/User.html, lib/App/Cinema/Controller/pod2htmd.tmp, lib/App/Cinema/Controller/pod2htmi.tmp, lib/App/Cinema/Model/MD.html, lib/App/Cinema/Model/pod2htmd.tmp, lib/App/Cinema/Model/pod2htmi.tmp, myapp.db, root/forms/code/history.fb, root/forms/user/test.fb, root/src/about.tt2, root/src/item/Copy of search.tt2, root/src/item/search.tt2, root/src/login.tt2, root/src/menu.tt2, root/src/menu/dbschema.tt2, root/src/test/form.tt2, root/src/test/index.tt2, root/src/user/test.tt2, root/static/index.html

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.

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: App::Cinema::View::TT

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/App/Cinema/Controller/Comment.pm: HASH(0x5609d45ac2d0)
  • lib/App/Cinema/Controller/Item.pm: HASH(0x5609d45c07e0)
  • lib/App/Cinema/Controller/Menu.pm: HASH(0x5609d45d3588)
  • lib/App/Cinema/Controller/News.pm: HASH(0x5609d46a3bf8)
  • lib/App/Cinema/Controller/Root.pm: HASH(0x5609d4598ed0)
  • lib/App/Cinema/Controller/User.pm: HASH(0x5609d4a36a80)
  • lib/App/Cinema/Event.pm: HASH(0x5609d4c3c9e0)
  • lib/App/Cinema/Model/MD.pm: HASH(0x5609d468c220)
  • lib/App/Cinema/Schema/Result/Comment.pm: HASH(0x5609d4562d28)
  • lib/App/Cinema/Schema/Result/Event.pm: HASH(0x5609d45fe2b0)
  • lib/App/Cinema/Schema/Result/Genre.pm: HASH(0x5609d46473c0)
  • lib/App/Cinema/Schema/Result/GenreItems.pm: HASH(0x5609d45abca0)
  • lib/App/Cinema/Schema/Result/Item.pm: HASH(0x5609d456c748)
  • lib/App/Cinema/Schema/Result/News.pm: HASH(0x5609d46c1b90)
  • lib/App/Cinema/Schema/Result/Roles.pm: HASH(0x5609d4673b98)
  • lib/App/Cinema/Schema/Result/UserRoles.pm: HASH(0x5609d45e7290)
  • lib/App/Cinema/Schema/Result/Users.pm: HASH(0x5609d469a178)

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.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
App::Cinema a demo website for Catalyst framework 1.171 metacpan
App::Cinema::Controller::Comment Catalyst Controller metacpan
App::Cinema::Controller::Item A controller that handles the movie item's actions. metacpan
App::Cinema::Controller::Menu A controller that handles the request for the MENU link. metacpan
App::Cinema::Controller::News A controller that handles actions for News. metacpan
App::Cinema::Controller::Root metacpan
App::Cinema::Controller::User A controller that handles a user's actions. metacpan
App::Cinema::Event Record a user's actions in the system. metacpan
App::Cinema::Model::MD Catalyst DBIC Schema Model metacpan
App::Cinema::Schema metacpan
App::Cinema::Schema::Result::Comment metacpan
App::Cinema::Schema::Result::Event metacpan
App::Cinema::Schema::Result::Genre metacpan
App::Cinema::Schema::Result::GenreItems metacpan
App::Cinema::Schema::Result::Item metacpan
App::Cinema::Schema::Result::News metacpan
App::Cinema::Schema::Result::Roles metacpan
App::Cinema::Schema::Result::UserRoles metacpan
App::Cinema::Schema::Result::Users metacpan
App::Cinema::View::TT metacpan

Other Files

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