Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: 'CGI::Lite' for 'File::Copy' is not a valid version. (requires -> File::Copy) [Validation: 1.0];'File::Type' for 'File::Spec' is not a valid version. (requires -> File::Spec) [Validation: 1.0];'HTTP::Headers' for 'IO::File' is not a valid version. (requires -> IO::File) [Validation: 1.0]

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!

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

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: CGI::Lite::Request, CGI::Lite::Request::Apache, CGI::Lite::Request::Base, CGI::Lite::Request::Cookie

no_pod_errors

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

Error: CGI-Lite-Request-0.03/lib/CGI/Lite/Request/Upload.pm -- Around line 133: You forgot a '=back' before '=head1' CGI-Lite-Request-0.03/lib/CGI/Lite/Request.pm -- Around line 163: You forgot a '=back' before '=head1'

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!

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: CGI::Lite::Request, CGI::Lite::Request::Apache, CGI::Lite::Request::Base, CGI::Lite::Request::Cookie, CGI::Lite::Request::Upload

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
CGI::Lite::Request Request object based on CGI::Lite 0.03 metacpan
CGI::Lite::Request::Apache mod_perl compatibility class for CGI::Lite::Request metacpan
CGI::Lite::Request::Base Base class for CGI::Lite::Request implementations metacpan
CGI::Lite::Request::Cookie metacpan
CGI::Lite::Request::Upload Upload objects for CGI::Lite metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan