Kwalitee Issues

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: PAB3::CGI::Request, PAB3::CGI::RequestStd

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: xs/PAB3/PAB3.pm, xs/PAB3/Crypt/XOR/XOR.pm, xs/PAB3/Utils/Utils.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.

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: PAB3::CGI, PAB3::CGI::Request, PAB3::CGI::RequestStd, PAB3::Crypt::XOR, PAB3::DB::Max, PAB3::Output::Code, PAB3::Output::Object, PAB3::Session

no_invalid_versions

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

Error:

  • lib/PAB3/DB/Max.pm: HASH(0x55607da01218)
  • lib/PAB3/Output/CGI.pm: HASH(0x55607e357b38)

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.0,1.000001,1.000007,1.001002,1.01,2.0,2.000001,2.001000,3.201

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
PAB3 Perl Application Builder / Version 3 3.201 metacpan
PAB3::CGI CGI module for the PAB3 environment or as standalone 2.000001 metacpan
PAB3::Crypt::XOR Simple periodic XOR encryption 1.01 metacpan
PAB3::DB Common interface for database communication 1.001002 metacpan
PAB3::DB::DataSet 1.0 metacpan
PAB3::DB::Max Additional functions to PAB3::DB metacpan
PAB3::HashmapCache Caches hashmaps used in PAB3 2.001000 metacpan
PAB3::Logger Logging extension to PAB3 1.000001 metacpan
PAB3::ModPerl::Registry 1.000001 metacpan
PAB3::Output::CGI metacpan
PAB3::Output::Code 1.0 metacpan
PAB3::Output::Object 1.0 metacpan
PAB3::Session PAB3 session handler 1.000007 metacpan
PAB3::Utils Utility functions for the PAB3 environment or as standalone 2.0 metacpan

Provides

Name File View
PAB3::DB::RES_ lib/PAB3/DB/Max.pm metacpan
PAB3::DB::STMT_ lib/PAB3/DB.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
xs/Makefile.PL metacpan
xs/PAB3/Crypt/Makefile.PL metacpan
xs/PAB3/Crypt/XOR/Makefile.PL metacpan
xs/PAB3/Makefile.PL metacpan
xs/PAB3/Utils/Makefile.PL metacpan