Kwalitee Issues

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.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (32) does not match dist (21):
  • Missing in Dist: Changes, Makefile.PL, Parse-EDID-1/README, Parse-EDID-1/sample1, Parse-EDID-1/t/kwalite.t, Parse-EDID-1/t/pod-coverage.t, Parse-EDID-1/t/pod.t, Parse-EDID-1/t/sample1, Parse-EDID-1/t/sample2, Parse-EDID-1/t/test.t, lib/Parse/EDID.pm

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

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: Parse-EDID-1/lib/Parse/EDID.pm

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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).

Modules

Name Abstract Version View
Parse::EDID Extended display identification data (EDID) parser 1.000001 metacpan

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Parse-EDID-1/MANIFEST metacpan
Parse-EDID-1/META.json metacpan
Parse-EDID-1/META.yml metacpan
Parse-EDID-1/Makefile.PL metacpan
README metacpan