Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.4];Missing mandatory field, 'generated_by' (generated_by) [Validation: 1.4]

buildtool_not_executable

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

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 (8) does not match dist (48):
  • 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-commit.sample, .git/hooks/post-receive.sample, .git/hooks/post-update.sample, .git/hooks/pre-applypatch.sample, .git/hooks/pre-commit.sample, .git/hooks/pre-rebase.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/master, .git/objects/01/05a3692c0c4d40dd0431cbaa1fc05f9a03ae0b, .git/objects/06/86b81ed8190da0ecd16c14d8d4c45379ed5342, .git/objects/27/b83db14748a0653ef97bec4a787869586cc56b, .git/objects/2e/e9f0ac402c8535ad68b8bf319d761b99f81ef9, .git/objects/40/8472777566b57be35d342c90d07778330fc7af, .git/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904, .git/objects/52/b7906aceae5f9c1da7a38109bfc8deae80f515, .git/objects/5a/80b3a8946ef211881af187bbb9e2cf570b4b60, .git/objects/70/c025d0320a801866ea1c9c64fd7bb407ba0696, .git/objects/74/05ad755586392e9ea6cabd9a419c37a150d9fa, .git/objects/8b/753a3ab4185a7011fd9aa0ca9b0d6eab11b15f, .git/objects/ca/69f26939d0c5899f288fc6a8405ba3908151f8, .git/objects/dd/7e734e3a8c87577a70dcf07b4fed36daf25413, .git/objects/e8/166c6fa3c70531291b6684c174ce980cfdfd4b, .git/objects/eb/f35e9748031d46a82d45bb9ed1c14faebb5f87, .git/objects/ee/385c4f1c6ab778e81b9dbce840ad7a290e2526, .git/objects/f8/70bfa17b6ad62ce1f6ade87fd96e305a3f876f, .git/refs/heads/master, .git/refs/remotes/origin/master, META.yml, script/listen_for_http.pl

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Net-Tshark-0.02/lib/Net/Tshark/Field.pm -- Around line 292: You forgot a '=back' before '=head1' Net-Tshark-0.02/lib/Net/Tshark.pm -- Around line 218: You forgot a '=back' before '=head2'

has_meta_json

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

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

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
Net::Tshark Interface for the tshark network capture utility 0.02 metacpan

Provides

Name File View
Net::Tshark::Field lib/Net/Tshark/Field.pm metacpan
Net::Tshark::Packet lib/Net/Tshark/Packet.pm metacpan

Other Files

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