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]

no_pod_errors

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

Error: Devel-OptreeDiff-2.0/lib/Devel/OptreeDiff.pm -- Around line 514: You forgot a '=back' before '=head1'

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Thu 01 Jul 2004 10:33:28 PM JST gpg: using DSA key 7A36FFE5D79B7977 gpg: Can't check signature: No public key --- SIGNATURE Thu Jul 1 22:33:28 2004 +++ @@ -1,10 +1,10 @@ SHA1 82353e6b0db06a2f9679245689b7a31111b5dd0d Changes SHA1 1686e9a2f01c69f5392698d39cd4070225fa3bb5 MANIFEST -SHA1 ed563d2a2cefdb2484ef6d33e9cf5aff557a6d42 META.yml -SHA1 b411bacb88089a9131a6a77024c4fdf658b2f385 Makefile.PL +SHA1 0a80e382a3efaf78715dcb21b7c439f33ac01786 META.yml +SHA1 634d3174089e6e2d76a77c8ad112c7e2091ac2fe Makefile.PL SHA1 029ffcda57517902b52100b7a4f7ef209f5f535a README SHA1 4ab569914b3d471336cc1999671dd969e5012962 eg/or_die.pl -SHA1 37527d4eb242e89164c53d5d2555f773bec72004 lib/Devel/OptreeDiff.pm +SHA1 b1c2b36e9f10ae4214fe72f3424ed9635fdeb1dd lib/Devel/OptreeDiff.pm SHA1 3300399812a1ff337356ae06d7cb5b31b3743edf t/1-use.t SHA1 6b68b99182f53546f39300b35c9691dc23286dbf t/2-or-die.t SHA1 32c81036e5d1484ecfd945311cd9b3c0ac0009ab t/3-and-or.t ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

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.

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
Devel::OptreeDiff Produces diffs of optrees 2.0 metacpan

Other Files

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