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 map structure from string or file. (requires) [Validation: 1.0]

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 (53) does not match dist (52):
  • Duplicates in MANIFEST: examples/Music_Translate_Fields-normalize.pl

no_pod_errors

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

Error: MP3-Tag-0.9708/ID3v2-Data.pod -- Around line 27: You forgot a '=back' before '=head2' Around line 43: '=item' outside of any '=over' MP3-Tag-0.9708/Tag/CDDB_File.pm -- Around line 36: =over without closing =back MP3-Tag-0.9708/Tag/File.pm -- Around line 33: You can't have =items (as at line 186) unless the first thing after the =over is an =item =over without closing =back MP3-Tag-0.9708/Tag/ID3v1.pm -- Around line 81: '=item' outside of any '=over' Around line 514: You forgot a '=back' before '=head1' MP3-Tag-0.9708/Tag/ID3v2.pm -- Around line 94: You can't have =items (as at line 98) unless the first thing after the =over is an =item Around line 2377: You forgot a '=back' before '=head1' MP3-Tag-0.9708/Tag/Inf.pm -- Around line 30: =over without closing =back MP3-Tag-0.9708/Tag/LastResort.pm -- Around line 29: =over is the last thing in the document?! MP3-Tag-0.9708/Tag.pm -- Around line 812: Expected text after =item, not a bullet Around line 2399: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' You forgot a '=back' before '=head1'

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: MP3::Tag, MP3::Tag::CDDB_File, MP3::Tag::File, MP3::Tag::ID3v1, MP3::Tag::ID3v2, MP3::Tag::Inf, MP3::Tag::LastResort, MP3::Tag::ParseData

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.9706,0.9707,0.9708

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
MP3::Tag Module for reading tags of MP3 audio files 0.9708 metacpan
MP3::Tag::CDDB_File Module for parsing CDDB files. 0.9706 metacpan
MP3::Tag::File Module for reading / writing files 0.9708 metacpan
MP3::Tag::ID3v1 Module for reading / writing ID3v1 tags of MP3 audio files 0.9708 metacpan
MP3::Tag::ID3v2 Read / Write ID3v2.x.y tags from mp3 audio files 0.9708 metacpan
MP3::Tag::Inf Module for parsing F<.inf> files associated with music tracks. 0.9706 metacpan
MP3::Tag::LastResort Module for using other fields to fill autoinfo fields. 0.01 metacpan
MP3::Tag::ParseData Module for parsing arbitrary data associated with music files. 0.9707 metacpan

Provides

Name File View
MP3::Tag::Implemenation Tag.pm metacpan
MP3::Tag::__hasparent Tag.pm metacpan
MP3::Tag::__proxy Tag.pm metacpan

Other Files

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