Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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 (31) does not match dist (27):
  • Missing in Dist: README, README.txt, html/Win/SerialPort.html, html/WinAPI/CommPort.html

no_pod_errors

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

Error: Win-SerialPort-0.23/lib/Win/SerialPort.pm -- Around line 2230: You can't have =items (as at line 2236) unless the first thing after the =over is an =item Around line 2398: You can't have =items (as at line 2408) unless the first thing after the =over is an =item Win-SerialPort-0.23/lib/WinAPI/CommPort.pm -- Around line 2763: You can't have =items (as at line 2773) unless the first thing after the =over is an =item

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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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.21,0.23

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.

Modules

Name Abstract Version View
Win::SerialPort User interface to Win32 Serial API calls (fork for 64bit) 0.23 metacpan
WinAPI::CommPort Raw Win32 system API calls for serial communications. 0.21 metacpan

Other Files

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