Kwalitee Issues

has_readme

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

has_changelog

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

has_tests

Add tests!

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.

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

main_module_version_matches_dist_version

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

no_pod_errors

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

Error: RWDE-483/RWDE/CCRproxy.pm -- Around line 11: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 23: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 35: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content RWDE-483/RWDE/DB/Items.pm -- Around line 143: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 218: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content RWDE-483/RWDE/Proxy.pm -- Around line 11: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: RWDE/AbstractFactory.pm, RWDE/CCR.pm, RWDE/CCRproxy.pm, RWDE/Configuration.pm, RWDE/Configuration_content.pm, RWDE/DB/BigFile.pm, RWDE/DB/Cachable.pm, RWDE/DB/DbRegistry.pm, RWDE/DB/DefaultDB.pm, RWDE/DB/Deletable.pm, RWDE/DB/Immutable.pm, RWDE/DB/Items.pm, RWDE/DB/MemcachedAdapter.pm, RWDE/DB/MemcachedRegistry.pm, RWDE/DB/Record.pm, RWDE/DB/S3.pm, RWDE/Exceptions.pm, RWDE/Doxy/ClassData.pm, RWDE/Doxy/DocGenerator.pm, RWDE/Doxy/MethodData.pm, RWDE/Doxy/SCF.pm, RWDE/Gearman/Client.pm, RWDE/Gearman/Worker.pm, RWDE/Interpreter.pm, RWDE/Logger.pm, RWDE/Logging.pm, RWDE/LoginUser.pm, RWDE/Mailing.pm, RWDE/Mapper.pm, RWDE/PostMaster.pm, RWDE/Proxy.pm, RWDE/RObject.pm, RWDE/Runnable.pm, RWDE/Scheduler/Pending_action.pm, RWDE/Scheduler/Scheduler.pm, RWDE/Scheduler/SchedulerWorker.pm, RWDE/Search.pm, RWDE/SearchClient/Indexable.pm, RWDE/Singleton.pm, RWDE/Time.pm, RWDE/Utility.pm, RWDE/Web/AbstractCommand.pm, RWDE/Web/AppServer.pm, RWDE/Web/CGIadapter.pm, RWDE/Web/CommandProxy.pm, RWDE/Web/FCGIadapter.pm, RWDE/Web/Helper.pm, RWDE/Web/SCGIadapter.pm, RWDE/Web/Session.pm, RWDE/Web/TemplateAdapter.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.

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: RWDE::Configuration, RWDE::Configuration_content, RWDE::Gearman::Client, RWDE::Web::AbstractCommand

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
RWDE::AbstractFactory metacpan
RWDE::CCR metacpan
RWDE::CCRproxy metacpan
RWDE::Configuration metacpan
RWDE::Configuration_content metacpan
RWDE::DB::BigFile metacpan
RWDE::DB::Cachable metacpan
RWDE::DB::DbRegistry metacpan
RWDE::DB::DefaultDB metacpan
RWDE::DB::Deletable metacpan
RWDE::DB::Immutable metacpan
RWDE::DB::Items metacpan
RWDE::DB::MemcachedAdapter metacpan
RWDE::DB::MemcachedRegistry metacpan
RWDE::DB::Record metacpan
RWDE::DB::S3 metacpan
RWDE::DefaultException metacpan
RWDE::Doxy::ClassData metacpan
RWDE::Doxy::DocGenerator metacpan
RWDE::Doxy::MethodData metacpan
RWDE::Doxy::SCF metacpan
RWDE::Gearman::Client metacpan
RWDE::Gearman::Worker metacpan
RWDE::Interpreter metacpan
RWDE::Logger metacpan
RWDE::Logging metacpan
RWDE::LoginUser metacpan
RWDE::Mailing metacpan
RWDE::Mapper metacpan
RWDE::PostMaster metacpan
RWDE::Proxy metacpan
RWDE::RObject metacpan
RWDE::Runnable metacpan
RWDE::Scheduler::Pending_action metacpan
RWDE::Scheduler::Scheduler metacpan
RWDE::Scheduler::SchedulerWorker metacpan
RWDE::Search metacpan
RWDE::SearchClient::Indexable metacpan
RWDE::Singleton metacpan
RWDE::Time metacpan
RWDE::Utility metacpan
RWDE::Web::AbstractCommand metacpan
RWDE::Web::AppServer metacpan
RWDE::Web::CGIadapter metacpan
RWDE::Web::CommandProxy metacpan
RWDE::Web::FCGIadapter metacpan
RWDE::Web::Helper metacpan
RWDE::Web::SCGIadapter metacpan
RWDE::Web::Session metacpan
RWDE::Web::TemplateAdapter metacpan

Provides

Name File View
RWDE::BadPasswordException RWDE/Exceptions.pm metacpan
RWDE::BaseException RWDE/Exceptions.pm metacpan
RWDE::DataBadException RWDE/Exceptions.pm metacpan
RWDE::DataDuplicateException RWDE/Exceptions.pm metacpan
RWDE::DataLimitException RWDE/Exceptions.pm metacpan
RWDE::DataMissingException RWDE/Exceptions.pm metacpan
RWDE::DataNotFoundException RWDE/Exceptions.pm metacpan
RWDE::DatabaseErrorException RWDE/Exceptions.pm metacpan
RWDE::DevelException RWDE/Exceptions.pm metacpan
RWDE::PermissionException RWDE/Exceptions.pm metacpan
RWDE::PolicyException RWDE/Exceptions.pm metacpan
RWDE::SSLException RWDE/Exceptions.pm metacpan
RWDE::StatusException RWDE/Exceptions.pm metacpan
RWDE::Web::SessionMissingException RWDE/Exceptions.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan