Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (156) does not match dist (158):
  • Missing in MANIFEST: lib/Catalyst/._Engine.pm, lib/Catalyst/._Test.pm

main_module_version_matches_dist_version

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

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • lib/Catalyst/._Engine.pm
  • lib/Catalyst/._Test.pm

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: Catalyst, Catalyst::Action, Catalyst::ActionContainer, Catalyst::AttrContainer, Catalyst::Base, Catalyst::Build, Catalyst::Component, Catalyst::Controller, Catalyst::DispatchType, Catalyst::DispatchType::Default, Catalyst::DispatchType::Index, Catalyst::DispatchType::Path, Catalyst::DispatchType::Regex, Catalyst::Dispatcher, Catalyst::Engine, Catalyst::Engine::CGI, Catalyst::Engine::FastCGI, Catalyst::Engine::HTTP, Catalyst::Exception, Catalyst::Helper, Catalyst::Log, Catalyst::Model, Catalyst::Request, Catalyst::Request::Upload, Catalyst::Response, Catalyst::Utils, Catalyst::View

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.11,5.56

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
Catalyst The Elegant MVC Web Application Framework 5.56 metacpan
Catalyst::Action Catalyst Action metacpan
Catalyst::ActionContainer Catalyst Action Container metacpan
Catalyst::AttrContainer metacpan
Catalyst::Base Catalyst Base Class metacpan
Catalyst::Build Module::Build extension for Catalyst metacpan
Catalyst::Component Catalyst Component Base Class metacpan
Catalyst::Controller Catalyst Controller base class metacpan
Catalyst::DispatchType DispatchType Base Class metacpan
Catalyst::DispatchType::Default Default DispatchType metacpan
Catalyst::DispatchType::Index Index DispatchType metacpan
Catalyst::DispatchType::Path Path DispatchType metacpan
Catalyst::DispatchType::Regex Regex DispatchType metacpan
Catalyst::Dispatcher The Catalyst Dispatcher metacpan
Catalyst::Engine The Catalyst Engine metacpan
Catalyst::Engine::CGI The CGI Engine metacpan
Catalyst::Engine::FastCGI FastCGI Engine metacpan
Catalyst::Engine::HTTP Catalyst HTTP Engine metacpan
Catalyst::Engine::HTTP::Restarter Catalyst Auto-Restarting HTTP Engine metacpan
Catalyst::Engine::HTTP::Restarter::Watcher Watch for changed application files metacpan
Catalyst::Exception Catalyst Exception Class metacpan
Catalyst::Exception::Base metacpan
Catalyst::Helper Bootstrap a Catalyst application 0.01 metacpan
Catalyst::Log Catalyst Log Class metacpan
Catalyst::Model Catalyst Model base class metacpan
Catalyst::Plugin::Static::Simple Make serving static pages painless. 0.11 metacpan
Catalyst::Request provides information about the current client request metacpan
Catalyst::Request::Upload handles file upload requests metacpan
Catalyst::Response stores output responding to the current client request metacpan
Catalyst::Test Test Catalyst Applications metacpan
Catalyst::Utils The Catalyst Utils metacpan
Catalyst::View Catalyst View base class metacpan

Other Files

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