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: License 'Apache_2_0' is invalid (license) [Validation: 1.0]

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: Apache2::Cookie, Apache2::Request, Apache2::Upload

main_module_version_matches_dist_version

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

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: glue/perl/xsbuilder/APR/Request/Request.pm, glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pm, glue/perl/xsbuilder/APR/Request/CGI/CGI.pm, glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pm, glue/perl/xsbuilder/APR/Request/Error/Error.pm, glue/perl/xsbuilder/APR/Request/Param/Param.pm, glue/perl/lib/Apache2/Cookie.pm, glue/perl/lib/Apache2/Request.pm, glue/perl/lib/Apache2/Upload.pm

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: Apache2::Cookie, Apache2::Request, Apache2::Upload

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
APR::Request 2.16 metacpan
APR::Request::Apache2 2.16 metacpan
APR::Request::CGI 2.16 metacpan
APR::Request::Cookie 2.16 metacpan
APR::Request::Error 2.16 metacpan
APR::Request::Param 2.16 metacpan
Apache2::Cookie 2.16 metacpan
Apache2::Request Methods for dealing with client request data 2.16 metacpan
Apache2::Upload Methods for dealing with file uploads. 2.16 metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
glue/perl/Makefile.PL metacpan