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 (89) does not match dist (84):
  • Duplicates in MANIFEST: Changes, MANIFEST, Makefile.PL, README, lib/Test/C2FIT.pm

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: Test::C2FIT::Exception, Test::C2FIT::ParseException

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.

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: spec/fat/Test/C2FIT/fat/AnnotationFixture.pm, spec/fat/Test/C2FIT/fat/DocumentParseFixture.pm, spec/fat/Test/C2FIT/fat/ExampleFixture.pm, spec/fat/Test/C2FIT/fat/FixtureLoadFixture.pm, spec/fat/Test/C2FIT/fat/FixtureNameFixture.pm, spec/fat/Test/C2FIT/fat/HtmlToTextFixture.pm, spec/fat/Test/C2FIT/fat/NotAFixture.pm, spec/fat/Test/C2FIT/fat/ReferenceFixture.pm, spec/fat/Test/C2FIT/fat/StandardAnnotationFixture.pm, spec/fat/Test/C2FIT/fat/TableParseFixture.pm, spec/fat/Test/C2FIT/fat/TextToHtmlFixture.pm

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: Test::C2FIT::ActionFixture, Test::C2FIT::ColumnFixture, Test::C2FIT::Exception, Test::C2FIT::FileRunner, Test::C2FIT::Fixture, Test::C2FIT::GenericAdapter, Test::C2FIT::GenericArrayAdapter, Test::C2FIT::Parse, Test::C2FIT::ParseException, Test::C2FIT::PrimitiveFixture, Test::C2FIT::RowFixture, Test::C2FIT::Summary, Test::C2FIT::TimedActionFixture, Test::C2FIT::TypeAdapter, Test::C2FIT::WikiRunner, Test::C2FIT::fat::AnnotationFixture, Test::C2FIT::fat::DocumentParseFixture, Test::C2FIT::fat::ExampleFixture, Test::C2FIT::fat::FixtureLoadFixture, Test::C2FIT::fat::FixtureNameFixture, Test::C2FIT::fat::HtmlToTextFixture, Test::C2FIT::fat::NotAFixture, Test::C2FIT::fat::ReferenceFixture, Test::C2FIT::fat::StandardAnnotationFixture, Test::C2FIT::fat::TableParseFixture, Test::C2FIT::fat::TextToHtmlFixture

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
Test::C2FIT A direct Perl port of Ward Cunningham's FIT acceptance test framework for Java. 0.04 metacpan
Test::C2FIT::ActionFixture metacpan
Test::C2FIT::ColumnFixture metacpan
Test::C2FIT::Exception metacpan
Test::C2FIT::FileRunner metacpan
Test::C2FIT::Fixture metacpan
Test::C2FIT::GenericAdapter metacpan
Test::C2FIT::GenericArrayAdapter metacpan
Test::C2FIT::Parse metacpan
Test::C2FIT::ParseException metacpan
Test::C2FIT::PrimitiveFixture metacpan
Test::C2FIT::RowFixture metacpan
Test::C2FIT::Summary metacpan
Test::C2FIT::TimedActionFixture metacpan
Test::C2FIT::TypeAdapter metacpan
Test::C2FIT::WikiRunner metacpan
Test::C2FIT::fat::AnnotationFixture metacpan
Test::C2FIT::fat::DocumentParseFixture metacpan
Test::C2FIT::fat::ExampleFixture metacpan
Test::C2FIT::fat::FixtureLoadFixture metacpan
Test::C2FIT::fat::FixtureNameFixture metacpan
Test::C2FIT::fat::HtmlToTextFixture metacpan
Test::C2FIT::fat::NotAFixture metacpan
Test::C2FIT::fat::ReferenceFixture metacpan
Test::C2FIT::fat::StandardAnnotationFixture metacpan
Test::C2FIT::fat::TableParseFixture metacpan
Test::C2FIT::fat::TextToHtmlFixture metacpan

Provides

Name File View
Test::C2FIT::Counts lib/Test/C2FIT/Fixture.pm metacpan
Test::C2FIT::Runtime lib/Test/C2FIT/Fixture.pm metacpan

Other Files

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