Kwalitee Issues

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP,t/mailboxes/binary_body.txt,t/mailboxes/hessbug.txt,t/mailboxes/invalid-boundaries.txt,t/mailboxes/mailarc-1-dos.txt,t/mailboxes/mailarc-1.txt,t/mailboxes/mailarc-2.txt,t/mailboxes/mailarc-2.txt.bz2,t/mailboxes/mailarc-2.txt.gz,t/mailboxes/mailarc-3.txt,t/mailboxes/mailbox with space.txt,t/mailboxes/mailbox with space.txt.gz,t/mailboxes/mailseparators.txt,t/mailboxes/newlines_at_beginning.txt,t/mailboxes/non-mailbox.txt.gz,t/mailboxes/separators1.sep,t/mailboxes/separators2.sep,t/mailboxes/vm-emacs.txt,t/results/grep_1,t/results/grep_2,t/results/grep_3,t/results/grep_4,t/results/grep_5,t/results/length_binary_body.stdout,t/results/length_hessbug.stdout,t/results/length_invalid-boundaries.stdout,t/results/length_mailarc-1-dos.stdout,t/results/length_mailarc-1.stdout,t/results/length_mailarc-2.stdout,t/results/length_mailarc-3.stdout,t/results/length_mailbox with space.stdout,t/results/length_mailseparators.stdout,t/results/length_newlines_at_beginning.stdout,t/results/line_number_binary_body.stdout,t/results/line_number_hessbug.stdout,t/results/line_number_invalid-boundaries.stdout,t/results/line_number_mailarc-1-dos.stdout,t/results/line_number_mailarc-1.stdout,t/results/line_number_mailarc-2.stdout,t/results/line_number_mailarc-3.stdout,t/results/line_number_mailbox with space.stdout,t/results/line_number_mailseparators.stdout,t/results/line_number_newlines_at_beginning.stdout,t/results/mailarc-2.txt,t/results/none,t/results/number_binary_body.stdout,t/results/number_hessbug.stdout,t/results/number_invalid-boundaries.stdout,t/results/number_mailarc-1-dos.stdout,t/results/number_mailarc-1.stdout,t/results/number_mailarc-2.stdout,t/results/number_mailarc-3.stdout,t/results/number_mailbox with space.stdout,t/results/number_mailseparators.stdout,t/results/number_newlines_at_beginning.stdout,t/results/offset_binary_body.stdout,t/results/offset_hessbug.stdout,t/results/offset_invalid-boundaries.stdout,t/results/offset_mailarc-1-dos.stdout,t/results/offset_mailarc-1.stdout,t/results/offset_mailarc-2.stdout,t/results/offset_mailarc-3.stdout,t/results/offset_mailbox with space.stdout,t/results/offset_mailseparators.stdout,t/results/offset_newlines_at_beginning.stdout,t/results/reset_binary_body.stdout,t/results/reset_hessbug.stdout,t/results/reset_invalid-boundaries.stdout,t/results/reset_mailarc-1-dos.stdout,t/results/reset_mailarc-1.stdout,t/results/reset_mailarc-2.stdout,t/results/reset_mailarc-3.stdout,t/results/reset_mailbox with space.stdout,t/results/reset_mailseparators.stdout,t/results/reset_newlines_at_beginning.stdout

buildtool_not_executable

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

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (122) does not match dist (128):
  • Missing in MANIFEST: t/mailboxes/mailbox with space.txt, t/mailboxes/mailbox with space.txt.gz, t/results/length_mailbox with space.stdout, t/results/line_number_mailbox with space.stdout, t/results/number_mailbox with space.stdout, t/results/offset_mailbox with space.stdout, t/results/reset_mailbox with space.stdout
  • Duplicates in MANIFEST: t/results/reset_newlines_at_beginning.stdout

no_pod_errors

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

Error: Mail-Mbox-MessageParser-1.4005/lib/Mail/Mbox/MessageParser/MetaInfo.pm -- Around line 277: You forgot a '=back' before '=head1'

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.

has_meta_json

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

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.

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: Mail::Mbox::MessageParser, Mail::Mbox::MessageParser::Cache, Mail::Mbox::MessageParser::Config, Mail::Mbox::MessageParser::Grep, Mail::Mbox::MessageParser::MetaInfo, Mail::Mbox::MessageParser::Perl

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.0101,1.3000,1.4005,1.6003,1.7003

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
Mail::Mbox::MessageParser A fast and simple mbox folder reader 1.4005 metacpan
Mail::Mbox::MessageParser::Cache A cache-based mbox folder reader 1.3000 metacpan
Mail::Mbox::MessageParser::Config 0.0101 metacpan
Mail::Mbox::MessageParser::Grep A GNU grep-based mbox folder reader 1.7003 metacpan
Mail::Mbox::MessageParser::MetaInfo A cache for folder metadata 0.0101 metacpan
Mail::Mbox::MessageParser::Perl A Perl-based mbox folder reader 1.6003 metacpan

Other Files

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