Kwalitee Issues

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (39) does not match dist (71):
  • Missing in MANIFEST: ._Changes, ._MANIFEST, ._Makefile.PL, ._README, lib/DBIx/Class/._Fixtures.pm, lib/DBIx/Class/Fixtures/._Schema.pm, t/._00-load.t, t/._01-new.t, t/._02-dump-basic.t, t/._03-dump-quantity.t, t/._04-dump-fetch.t, t/._05-dump-rules.t, t/._06-dump-date.t, t/._12-populate-basic.t, t/._13populate-two-dbs.t, t/lib/._DBICTest.pm, t/lib/._mysql.sql, t/lib/._sqlite.sql, t/lib/._sqlite_different.sql, t/lib/DBICTest/._Schema.pm, t/lib/DBICTest/._Schema2.pm, t/lib/DBICTest/Schema/._Artist.pm, t/lib/DBICTest/Schema/._CD.pm, t/lib/DBICTest/Schema/._Track.pm, t/lib/DBICTest/Schema2/._Artist.pm, t/lib/DBICTest/Schema2/._CD.pm, t/lib/DBICTest/Schema2/._Friend.pm, t/var/configs/._date.json, t/var/configs/._fetch.json, t/var/configs/._quantity.json, t/var/configs/._rules.json, t/var/configs/._sample.json

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: DBIx::Class::._Fixtures, DBIx::Class::Fixtures::._Schema

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.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Changes
  • ._MANIFEST
  • ._Makefile.PL
  • ._README
  • lib/DBIx/Class/._Fixtures.pm
  • lib/DBIx/Class/Fixtures/._Schema.pm
  • t/._00-load.t
  • t/._01-new.t
  • t/._02-dump-basic.t
  • t/._03-dump-quantity.t
  • t/._04-dump-fetch.t
  • t/._05-dump-rules.t
  • t/._06-dump-date.t
  • t/._12-populate-basic.t
  • t/._13populate-two-dbs.t
  • t/lib/._DBICTest.pm
  • t/lib/._mysql.sql
  • t/lib/._sqlite.sql
  • t/lib/._sqlite_different.sql
  • t/lib/DBICTest/._Schema.pm
  • t/lib/DBICTest/._Schema2.pm
  • t/lib/DBICTest/Schema/._Artist.pm
  • t/lib/DBICTest/Schema/._CD.pm
  • t/lib/DBICTest/Schema/._Track.pm
  • t/lib/DBICTest/Schema2/._Artist.pm
  • t/lib/DBICTest/Schema2/._CD.pm
  • t/lib/DBICTest/Schema2/._Friend.pm
  • t/var/configs/._date.json
  • t/var/configs/._fetch.json
  • t/var/configs/._quantity.json
  • t/var/configs/._rules.json
  • t/var/configs/._sample.json

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: DBIx::Class::._Fixtures, DBIx::Class::Fixtures::._Schema

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/DBIx/Class/Fixtures/SchemaVersioned.pm: HASH(0x55607c69bad8)

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.999_01,1.000

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
DBIx::Class::Fixtures 0.999_01 metacpan
DBIx::Class::Fixtures::Schema metacpan
DBIx::Class::Fixtures::SchemaVersioned metacpan
DBIx::Class::Fixtures::Versioned 1.000 metacpan

Other Files

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