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: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

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 (77) does not match dist (71):
  • Missing in Dist: Changes, aline.log, finalize.pl, publish.bat, publish.pl, publish.sh

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: Class::Maker::Basic::Fields, Class::Maker::Basic::Handler::Attributes, Class::Maker::Basic::Reflection, Class::Maker::Examples, Class::Maker::Examples::Commerce, Class::Maker::Examples::Human, Class::Maker::Exception, Class::Maker::Schema, Class::Maker::Types, Class::Maker::Types::Array

no_pod_errors

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

Error: Class-Maker-0.06/lib/Class/Maker.pm -- Around line 754: '=item' outside of any '=over' Around line 763: =back without =over Around line 792: You forgot a '=back' before '=head1' Class-Maker-0.06/test_custom_method_handler_override.pl -- Around line 101: =pod directives shouldn't be over one line long! Ignoring all 5 lines of content

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: Class::Maker::Basic::Fields, Class::Maker::Basic::Handler::Attributes, Class::Maker::Basic::Reflection, Class::Maker::Examples, Class::Maker::Examples::Commerce, Class::Maker::Examples::Human, Class::Maker::Exception, Class::Maker::Schema, Class::Maker::Types, Class::Maker::Types::Array

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Auth
  • Basket
  • User

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.001,0.002,0.01_01,0.02,0.03,0.06

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
Class::Maker classes, reflection, schemas, serialization, attribute- and multiple inheritance 0.06 metacpan
Class::Maker::Basic::Constructor 0.06 metacpan
Class::Maker::Basic::Fields 0.06 metacpan
Class::Maker::Basic::Handler::Attributes 0.06 metacpan
Class::Maker::Exception exceptions tuned for Class::Maker 0.06 metacpan
Class::Maker::Generator 0.06 metacpan
Class::Maker::Schema "reflex to schema" mapper base class metacpan
Class::Maker::Types 0.06 metacpan
Class::Maker::Types::Array a sophisticated but slow array class 0.06 metacpan

Provides

Name File View
Auth lib/Class/Maker/Examples/Auth.pm metacpan
Basket lib/Class/Maker/Examples/Commerce.pm metacpan
Class::Maker::Basic::Handler::Attributes::array lib/Class/Maker/Basic/Handler/Attributes.pm metacpan
Class::Maker::Basic::Handler::Attributes::default lib/Class/Maker/Basic/Handler/Attributes.pm metacpan
Class::Maker::Basic::Handler::Attributes::hash lib/Class/Maker/Basic/Handler/Attributes.pm metacpan
Class::Maker::Extension::Schema::Tangram lib/Class/Maker/Extension/Schema/Tangram/Tangram.pm metacpan
Class::Maker::Reflection lib/Class/Maker.pm metacpan
Class::Maker::Reflex lib/Class/Maker.pm metacpan
Class::Maker::Type lib/Class/Maker/Types.pm metacpan
Class::Maker::Types::Array::ElementSelector lib/Class/Maker/Types/Array.pm metacpan
Class::Maker::Types::Array::Exception::NullDivision lib/Class/Maker/Types/Array.pm metacpan
Class::Maker::Types::int lib/Class/Maker/Types.pm metacpan
Class::Maker::Types::string lib/Class/Maker/Types.pm metacpan
Commerce::Basket lib/Class/Maker/Examples/Commerce.pm metacpan
Commerce::Item lib/Class/Maker/Examples/Commerce.pm metacpan
Customer lib/Class/Maker/Examples/Human.pm metacpan
Employee lib/Class/Maker/Examples/Human.pm metacpan
Expirable lib/Class/Maker/Examples/Expirable.pm metacpan
Human lib/Class/Maker/Examples/Human.pm metacpan
Human::Group lib/Class/Maker/Examples/Human.pm metacpan
Human::Role lib/Class/Maker/Examples/Human.pm metacpan
Lockable lib/Class/Maker/Examples/Lockable.pm metacpan
Trustee lib/Class/Maker/Examples/Trustee.pm metacpan
User lib/Class/Maker/Examples/Human.pm metacpan
Vehicle lib/Class/Maker/Examples/Human.pm metacpan

Other Files

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