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: 'HASH(...)' for 'repository' does not have a URL scheme (resources -> repository) [Validation: 1.4];'HASH(...)' for 'bugtracker' does not have a URL scheme (resources -> bugtracker) [Validation: 1.4]

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 (13) does not match dist (12):
  • Duplicates in MANIFEST: Makefile.PL

no_pod_errors

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

Error: Text-TabFile-1.12/lib/Text/TabFile.pm -- Around line 48: '=item' outside of any '=over' Around line 106: You forgot a '=back' before '=head1' Around line 111: '=item' outside of any '=over' Around line 120: You forgot a '=back' before '=head1'

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Text::TabFile

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.

Modules

Name Abstract Version View
Text::TabFile Module for parsing tab delimited files 1.12 metacpan

Other Files

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