Kwalitee Issues

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 (41) does not match dist (41):
  • Missing in MANIFEST: t/00-load.t, t/100_001_parse.t, t/100_010_parse.t, t/100_200_match.t, t/100_210_call_in_one_line.t, t/100_220_match.t, t/100_300_get.t, t/100_305_ql.t, t/100_310_charclass.t, t/100_400_alternation.t, t/100_410_qa.t, t/100_500_quantifiers.t, t/100_510_quantifiers.t, t/100_520_quantifiers.t, t/100_530_quantifiers.t, t/100_540_quantifiers.t, t/100_550_quantifiers.t, t/100_560_quantifiers.t, t/100_600_multi_get.t, t/100_610_multi_get.t, t/100_650_multi_c.t, t/100_660_multi_c.t, t/100_670_c_with_alternate.t, t/100_700_modify.t, t/100_900_swap.t, t/100_910_swap.t, t/100_920_swap.t, t/200_100_combinations.t, t/200_200_combinations.t, t/boilerplate.t, t/pod-coverage.t, t/pod.t
  • Missing in Dist: ./t/00-load.t, ./t/100_001_parse.t, ./t/100_010_parse.t, ./t/100_200_match.t, ./t/100_210_call_in_one_line.t, ./t/100_220_match.t, ./t/100_300_get.t, ./t/100_305_ql.t, ./t/100_310_charclass.t, ./t/100_400_alternation.t, ./t/100_410_qa.t, ./t/100_500_quantifiers.t, ./t/100_510_quantifiers.t, ./t/100_520_quantifiers.t, ./t/100_530_quantifiers.t, ./t/100_540_quantifiers.t, ./t/100_550_quantifiers.t, ./t/100_560_quantifiers.t, ./t/100_600_multi_get.t, ./t/100_610_multi_get.t, ./t/100_650_multi_c.t, ./t/100_660_multi_c.t, ./t/100_670_c_with_alternate.t, ./t/100_700_modify.t, ./t/100_900_swap.t, ./t/100_910_swap.t, ./t/100_920_swap.t, ./t/200_100_combinations.t, ./t/200_200_combinations.t, ./t/boilerplate.t, ./t/pod-coverage.t, ./t/pod.t

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Parse::Gnaw::Decomment

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: Parse::Gnaw::Decomment

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

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
Parse::Gnaw An extensible parser. Define grammars using subroutine calls. Define your own grammar extensions by defining new subroutines. Parse text in memory or from/to files or other streams. 0.29 metacpan
Parse::Gnaw::Decomment Used by Parse::Gnaw to decomment debug statements in the code. metacpan

Other Files

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