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 (111):
  • 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, 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.

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.

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(0x55c8d01fbd50)
  • lib/App/Cinema/Controller/Item.pm: HASH(0x55c8d2a73688)
  • lib/App/Cinema/Controller/Menu.pm: HASH(0x55c8d08ce1a8)
  • lib/App/Cinema/Controller/News.pm: HASH(0x55c8d01cff08)
  • lib/App/Cinema/Controller/Root.pm: HASH(0x55c8d2a50320)
  • lib/App/Cinema/Controller/User.pm: HASH(0x55c8d01ad5c0)
  • lib/App/Cinema/Event.pm: HASH(0x55c8d08bd000)
  • lib/App/Cinema/Model/MD.pm: HASH(0x55c8d2a73898)
  • lib/App/Cinema/Schema/Result/Comment.pm: HASH(0x55c8d2a68998)
  • lib/App/Cinema/Schema/Result/Event.pm: HASH(0x55c8d018fd00)
  • lib/App/Cinema/Schema/Result/Genre.pm: HASH(0x55c8d1732290)
  • lib/App/Cinema/Schema/Result/GenreItems.pm: HASH(0x55c8d28209c8)
  • lib/App/Cinema/Schema/Result/Item.pm: HASH(0x55c8d1730280)
  • lib/App/Cinema/Schema/Result/News.pm: HASH(0x55c8d01fbd80)
  • lib/App/Cinema/Schema/Result/Roles.pm: HASH(0x55c8d01993a8)
  • lib/App/Cinema/Schema/Result/UserRoles.pm: HASH(0x55c8d01bcc18)
  • lib/App/Cinema/Schema/Result/Users.pm: HASH(0x55c8d2a70370)

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
App::Cinema a demo website for Catalyst framework 1.17 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