Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

no_pod_errors

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

Error: Catalyst-Plugin-Cache-0.01/lib/Catalyst/Plugin/Cache.pm -- Around line 362: Expected text after =item, not a bullet

has_meta_json

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

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Catalyst::Plugin::Cache
  • Catalyst::Plugin::Cache::Backend
  • Catalyst::Plugin::Cache::Backend::Memory
  • Catalyst::Plugin::Cache::Choose::KeyRegexes
  • Catalyst::Plugin::Cache::Curried
  • Catalyst::Plugin::Cache::Store::Memory

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::Plugin::Cache Flexible caching support for Catalyst. 0.01 metacpan
Catalyst::Plugin::Cache::Backend Bare minimum backend interface. metacpan
Catalyst::Plugin::Cache::Backend::Memory Stupid memory based caching backend. metacpan
Catalyst::Plugin::Cache::Choose::KeyRegexes metacpan
Catalyst::Plugin::Cache::Curried Curried versions of C<cache_set>, C<cache_get> and C<cache_remove> that look more like a backend. metacpan
Catalyst::Plugin::Cache::Store::Memory Stupid memory based cache store plugin. metacpan

Other Files

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