App-Tel 0.2006 Deleted

Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib
portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:
  • blib/man3/App::Tel.3
  • blib/man3/App::Tel.3pm
  • blib/man3/App::Tel::ColorObject.3
  • blib/man3/App::Tel::ColorObject.3pm
no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:
  • MANIFEST (69) does not match dist (67):
  • Missing in Dist: lib/App/Tel/TestColors.pm, t/fake_routers/login_prompt

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: blib/lib/App/Tel.pm, blib/lib/App/Tel/CiscoColors.pm, blib/lib/App/Tel/CiscoLogColors.pm, blib/lib/App/Tel/CiscoPingRainbowColors.pm, blib/lib/App/Tel/ColorObject.pm, blib/lib/App/Tel/TestColors.pm
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.1,0.2,0.2006

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.

has_separate_license_file

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

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
App::Tel A script for logging into devices 0.2006 metacpan
App::Tel::CiscoColors 0.2 metacpan
App::Tel::CiscoLogColors 0.1 metacpan
App::Tel::CiscoPingRainbowColors 0.1 metacpan
App::Tel::ColorObject parent stub and examples for Color modules 0.1 metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README.md metacpan