Kwalitee Issues

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

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

no_invalid_versions

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

Error:

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

consistent_version

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

Error: 2.002528,2.002625

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
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.002625 metacpan
AFS::KTC_EKEY 2.002528 metacpan
AFS::KTC_PRINCIPAL 2.002528 metacpan
AFS::KTC_TOKEN 2.002528 metacpan
AFS::PTS 2.002625 metacpan
AFS::Utils 2.002528 metacpan
AFS::VLDB 2.002625 metacpan
AFS::VOS 2.002625 metacpan

Provides

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

Other Files

MANIFEST metacpan
META.yml 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