Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.

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: AFS, AFS::ACL, AFS::CM, AFS::Cell, AFS::FS, AFS::KAS, AFS::KTC_EKEY, AFS::KTC_PRINCIPAL, AFS::KTC_TOKEN, AFS::PTS, AFS::Utils, AFS::VLDB, AFS::VOS

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: AFS-2.2.0/pod/v1/afsperlka.pod -- Around line 61: Non-ASCII character seen before =encoding in 'userentered'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperl.pod -- Around line 215: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlacl.pod -- Around line 295: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlbase.pod -- Around line 130: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlcell.pod -- Around line 129: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlcm.pod -- Around line 179: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlfs.pod -- Around line 140: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlkas.pod -- Around line 264: Non-ASCII character seen before =encoding in 'ticketgranting'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlktck.pod -- Around line 139: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlktcp.pod -- Around line 184: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlktct.pod -- Around line 295: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlpts.pod -- Around line 395: Non-ASCII character seen before =encoding in 'nonzero'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlutils.pod -- Around line 110: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlvldb.pod -- Around line 319: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 AFS-2.2.0/pod/v2/afsperlvos.pod -- Around line 360: Non-ASCII character seen before =encoding in '©'. Assuming CP1252

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: src/AFS.pm, src/ACL/ACL.pm, src/CM/CM.pm, src/Cell/Cell.pm, src/FS/FS.pm, src/KAS/KAS.pm, src/KTC_EKEY/KTC_EKEY.pm, src/KTC_PRINCIPAL/KTC_PRINCIPAL.pm, src/KTC_TOKEN/KTC_TOKEN.pm, src/PTS/PTS.pm, src/Utils/Utils.pm, src/VLDB/VLDB.pm, src/VOS/VOS.pm, src/inc/Test/Builder.pm, src/inc/Test/More.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: AFS, AFS::ACL, AFS::CM, AFS::Cell, AFS::FS, AFS::KAS, AFS::KTC_EKEY, AFS::KTC_PRINCIPAL, AFS::KTC_TOKEN, AFS::PTS, AFS::Utils, AFS::VLDB, AFS::VOS, Test::Builder, Test::More

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Test::Builder
  • Test::More

no_invalid_versions

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

Error:

  • src/AFS.pm: HASH(0x55607c96d4a0)

consistent_version

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

Error: 0.17,0.47,2.002528,2.002564

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • version

Modules

Name Abstract Version View
AFS metacpan
AFS::ACL 2.002528 metacpan
AFS::CM 2.002528 metacpan
AFS::Cell 2.002528 metacpan
AFS::FS 2.002528 metacpan
AFS::KAS 2.002528 metacpan
AFS::KTC_EKEY 2.002528 metacpan
AFS::KTC_PRINCIPAL 2.002528 metacpan
AFS::KTC_TOKEN 2.002528 metacpan
AFS::PTS 2.002528 metacpan
AFS::Utils 2.002528 metacpan
AFS::VLDB 2.002564 metacpan
AFS::VOS 2.002564 metacpan
Test::Builder 0.17 metacpan
Test::More 0.47 metacpan

Provides

Name File View
AFS::PTS_SERVER src/AFS.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
src/ACL/Makefile.PL metacpan
src/CM/Makefile.PL metacpan
src/Cell/Makefile.PL metacpan
src/FS/Makefile.PL metacpan
src/KAS/Makefile.PL metacpan
src/KTC_EKEY/Makefile.PL metacpan
src/KTC_PRINCIPAL/Makefile.PL metacpan
src/KTC_TOKEN/Makefile.PL metacpan
src/Makefile.PL metacpan
src/PTS/Makefile.PL metacpan
src/Utils/Makefile.PL metacpan
src/VLDB/Makefile.PL metacpan
src/VOS/Makefile.PL metacpan