Kwalitee Issues

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/POE::Component::Client::WebSocket.3

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 (19) does not match dist (65):
  • Missing in MANIFEST: .git/COMMIT_EDITMSG, .git/HEAD, .git/config, .git/description, .git/hooks/applypatch-msg.sample, .git/hooks/commit-msg.sample, .git/hooks/post-update.sample, .git/hooks/pre-applypatch.sample, .git/hooks/pre-commit.sample, .git/hooks/pre-push.sample, .git/hooks/pre-rebase.sample, .git/hooks/pre-receive.sample, .git/hooks/prepare-commit-msg.sample, .git/hooks/update.sample, .git/index, .git/info/exclude, .git/logs/HEAD, .git/logs/refs/heads/master, .git/logs/refs/remotes/origin/HEAD, .git/logs/refs/remotes/origin/master, .git/objects/18/1f68a1ce22973f6d5cf53aa4d870c6e3597b3d, .git/objects/1d/ec2e07e89e91395eb3e149d9f7a97e17551678, .git/objects/2f/a4d6783c59dce88880da227e5ad890a4feeccd, .git/objects/2f/d1836d6b3d7b3bbf3b4b8ec22cbd3a3c2c9395, .git/objects/33/62eb95c5a4f6cfd5da215c8b289ea6903d6348, .git/objects/3c/026d0c623d9ad48285a9d5857218b463a885d0, .git/objects/92/e26ad97a0e48e4d554eddf16df11083fdade6c, .git/objects/a7/05500012fa89fc02e88de577da094124cd7031, .git/objects/c1/c8a26c5653ec87e52b7c06ae6f0542b146b6bc, .git/objects/d3/6822aacb5f06b2df261d83091153caf87e33d2, .git/objects/e1/1870002b6d954e9b1b91808d8cc6cf3634d6d2, .git/objects/e7/e5e20337f09a6dc6e917da7909c7dd85bbf8bf, .git/objects/f9/49d15c78ca764d0853148635dba306e9ec061e, .git/objects/pack/pack-3a29edaa3de3cee58be2a3983d9d462e6f9ef078.idx, .git/objects/pack/pack-3a29edaa3de3cee58be2a3983d9d462e6f9ef078.pack, .git/packed-refs, .git/refs/heads/master, .git/refs/remotes/origin/HEAD, .git/refs/remotes/origin/master, blib/arch/.exists, blib/arch/auto/POE/Component/Client/WebSocket/.exists, blib/bin/.exists, blib/lib/POE/Component/Client/.exists, blib/lib/POE/Component/Client/WebSocket.pm, blib/lib/auto/POE/Component/Client/WebSocket/.exists, blib/man1/.exists, blib/man3/.exists, blib/man3/POE::Component::Client::WebSocket.3, blib/script/.exists, pm_to_blib
  • Missing in Dist: MANIFEST.SKIP, MANIFEST.bak, MYMETA.json, MYMETA.yml

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .git

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/POE/Component/Client/WebSocket.pm

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
POE::Component::Client::WebSocket A POE compatible websocket client 0.25 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan