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: Expected a list structure (author) [Validation: 1.3]

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 (62) does not match dist (72):
  • Missing in MANIFEST: sample/._mii0.xml, sample/._mii1.xml, sample/._mii2.xml, sample/._mii3.xml, sample/._mii4.xml, sample/._mii5.xml, sample/._mii6.xml, sample/._mii7.xml, sample/._mii8.xml, sample/._mii9.xml

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:

  • sample/._mii0.xml
  • sample/._mii1.xml
  • sample/._mii2.xml
  • sample/._mii3.xml
  • sample/._mii4.xml
  • sample/._mii5.xml
  • sample/._mii6.xml
  • sample/._mii7.xml
  • sample/._mii8.xml
  • sample/._mii9.xml

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.01,0.02

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
Games::Nintendo::Wii::Mii Mii in Nintendo Wii data parser and builder. 0.02 metacpan
Games::Nintendo::Wii::Mii::Data::BeardMustache Mii's beard and mustache data 0.02 metacpan
Games::Nintendo::Wii::Mii::Data::Eye Mii's eye data 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Eyebrow The fantastic new Games::Nintendo::Wii::Mii::Data::Eyebrow! 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Face The fantastic new Games::Nintendo::Wii::Mii::Data::Face! 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Figure The fantastic new Games::Nintendo::Wii::Mii::Data::Figure! 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Glasses The fantastic new Games::Nintendo::Wii::Mii::Data::Glasses! 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Hair mii's hair data 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Mole Mii's mole data. 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Mouth Mii's moouth data 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Nose Mii's nose data 0.01 metacpan
Games::Nintendo::Wii::Mii::Data::Profile Mii's profile data 0.01 metacpan

Other Files

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