Kwalitee Issues

has_license_in_source_file

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

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.

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.

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.

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: Cache::BaseCache, Cache::BaseCacheTester, Cache::Cache, Cache::CacheMetaData, Cache::CacheSizer, Cache::CacheTester, Cache::CacheUtils, Cache::FileBackend, Cache::FileCache, Cache::MemoryBackend, Cache::MemoryCache, Cache::NullCache, Cache::Object, Cache::SharedMemoryBackend, Cache::SharedMemoryCache, Cache::SizeAwareCache, Cache::SizeAwareCacheTester, Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, Cache::SizeAwareSharedMemoryCache

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

Modules

Name Abstract Version View
Cache::BaseCache abstract cache base class metacpan
Cache::BaseCacheTester abstract cache tester base class metacpan
Cache::Cache the Cache interface. 1.08 metacpan
Cache::CacheMetaData data about objects in the cache metacpan
Cache::CacheSizer component object for managing the size of caches metacpan
Cache::CacheTester a class for regression testing caches metacpan
Cache::CacheUtils miscellaneous utility routines metacpan
Cache::FileBackend a filesystem based persistence mechanism metacpan
Cache::FileCache implements the Cache interface. metacpan
Cache::MemoryBackend a memory based persistence mechanism metacpan
Cache::MemoryCache implements the Cache interface. metacpan
Cache::NullCache implements the Cache interface. metacpan
Cache::Object the data stored in a Cache. metacpan
Cache::SharedMemoryBackend a shared memory based persistence mechanism metacpan
Cache::SharedMemoryCache extends the MemoryCache. metacpan
Cache::SizeAwareCache extends the Cache interface. metacpan
Cache::SizeAwareCacheTester a class for regression testing size aware caches metacpan
Cache::SizeAwareFileCache extends Cache::FileCache metacpan
Cache::SizeAwareMemoryCache extends Cache::MemoryCache metacpan
Cache::SizeAwareSharedMemoryCache extends Cache::SizeAwareMemoryCache metacpan

Other Files

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