Kwalitee Issues

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.

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: Getfile, RayApp::CGIStorable, RayApp::Request::Upload, apache_test_config

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: RayApp-2.002/lib/RayApp/DSD.pm -- Around line 553: Unknown directive: =comment RayApp-2.002/origlib/RayApp/DSD.pm -- Around line 532: Unknown directive: =comment

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.

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: core-tests/t/Getfile.pm, origlib/RayApp.pm, origlib/RayApp/CGI.pm, origlib/RayApp/CGIStorable.pm, origlib/RayApp/CGIWrapper.pm, origlib/RayApp/DSD.pm, origlib/RayApp/Request.pm, origlib/RayApp/Request/APR.pm, origlib/RayApp/Request/CGI.pm, origlib/RayApp/Source.pm, origlib/RayApp/mod_perl.pm, origlib/RayApp/mod_perl_Storable.pm, httpd-tests/t/RayAppStyleParams.pm, httpd-tests/t/RayAppTestInput.pm, httpd-tests/t/conf/apache_test_config.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: Getfile, RayApp::CGI, RayApp::CGIStorable, RayApp::CGIWrapper, RayApp::CGIWrapper, RayApp::Request, RayApp::Request, RayApp::Request::APR, RayApp::Request::CGI, RayApp::Request::CGI, RayApp::Request::Upload, RayApp::mod_perl, RayApp::mod_perl_Storable, RayAppStyleParams, RayAppTestInput, apache_test_config

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/RayApp/UserAgent.pm: HASH(0x55607d3d87f0)

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.149,1.160

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
Getfile metacpan
RayApp Framework for data-centric Web applications 1.149 metacpan
RayApp::CGI metacpan
RayApp::CGIStorable metacpan
RayApp::CGIWrapper metacpan
RayApp::DSD metacpan
RayApp::Request metacpan
RayApp::Request::APR metacpan
RayApp::Request::CGI metacpan
RayApp::Request::Upload metacpan
RayApp::Source 1.149 metacpan
RayApp::String 1.160 metacpan
RayApp::UserAgent metacpan
RayApp::XML 1.160 metacpan
RayApp::mod_perl metacpan
RayApp::mod_perl_Storable metacpan
RayAppStyleParams metacpan
RayAppTestInput metacpan
apache_test_config metacpan

Provides

Name File View
RayApp::XML::Sourcer lib/RayApp/XML.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
core-tests/Makefile.PL metacpan
httpd-tests/Makefile.PL metacpan