Kwalitee Issues

buildtool_not_executable

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Catalyst-Enzyme-0.03/lib/Catalyst/Enzyme/CRUD/Controller.pm -- Around line 350: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Enzyme/CRUD/Model.pm -- Around line 200: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Enzyme/CRUD/View.pm -- Around line 95: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Enzyme.pm -- Around line 457: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Helper/Controller/Enzyme/CRUD.pm -- Around line 73: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Helper/Model/Enzyme/CDBI.pm -- Around line 101: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252 Catalyst-Enzyme-0.03/lib/Catalyst/Helper/View/Enzyme/TT.pm -- Around line 79: Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: tutorial/BookShelf/lib/BookShelf.pm, tutorial/BookShelf/lib/BookShelf/Controller/Book.pm, tutorial/BookShelf/lib/BookShelf/Controller/Borrower.pm, tutorial/BookShelf/lib/BookShelf/Controller/Format.pm, tutorial/BookShelf/lib/BookShelf/Controller/Genre.pm, tutorial/BookShelf/lib/BookShelf/Model/BookShelfDB.pm, tutorial/BookShelf/lib/BookShelf/Model/BookShelfDB/Book.pm, tutorial/BookShelf/lib/BookShelf/Model/BookShelfDB/Borrower.pm, tutorial/BookShelf/lib/BookShelf/Model/BookShelfDB/Format.pm, tutorial/BookShelf/lib/BookShelf/Model/BookShelfDB/Genre.pm, tutorial/BookShelf/lib/BookShelf/View/TT.pm

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: BookShelf::Model::BookShelfDB, BookShelf::Model::BookShelfDB::Book, BookShelf::Model::BookShelfDB::Borrower, BookShelf::Model::BookShelfDB::Format, BookShelf::Model::BookShelfDB::Genre, BookShelf::View::TT, Catalyst::Enzyme, Catalyst::Enzyme::CRUD::Controller, Catalyst::Enzyme::CRUD::Model, Catalyst::Enzyme::CRUD::View, Catalyst::Helper::Controller::Enzyme::CRUD, Catalyst::Helper::Model::Enzyme::CDBI, Catalyst::Helper::View::Enzyme::TT

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

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
BookShelf Catalyst based application 0.01 metacpan
BookShelf::Controller::Book Catalyst Enzyme CRUD Controller metacpan
BookShelf::Controller::Borrower Catalyst Controller metacpan
BookShelf::Controller::Format Catalyst Controller metacpan
BookShelf::Controller::Genre Catalyst Controller metacpan
BookShelf::Model::BookShelfDB Enzyme CDBI Model Component metacpan
BookShelf::Model::BookShelfDB::Book CDBI Table Class metacpan
BookShelf::Model::BookShelfDB::Borrower CDBI Table Class metacpan
BookShelf::Model::BookShelfDB::Format CDBI Table Class metacpan
BookShelf::Model::BookShelfDB::Genre CDBI Table Class metacpan
BookShelf::View::TT Catalyst Catalyst::Enzyme::CRUD::View TT View metacpan
Catalyst::Enzyme CRUD framework for Catalyst 0.03 metacpan
Catalyst::Enzyme::CRUD::Controller 0.01 metacpan
Catalyst::Enzyme::CRUD::Model 0.01 metacpan
Catalyst::Enzyme::CRUD::View 0.01 metacpan
Catalyst::Helper::Controller::Enzyme::CRUD Helper for Catalyst::Enzyme CRUD Controllers metacpan
Catalyst::Helper::Model::Enzyme::CDBI Helper for Catalyst::Enzyme CDBI Models metacpan
Catalyst::Helper::View::Enzyme::TT Helper for Enzyme::TT Views metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
tutorial/BookShelf/Makefile.PL metacpan