Kwalitee Issues

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP

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.

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 Tue 30 Sep 2003 04:40:17 AM JST gpg: using DSA key 7A36FFE5D79B7977 gpg: Can't check signature: No public key --- SIGNATURE Tue Sep 30 04:40:18 2003 +++ @@ -1,6 +1,7 @@ SHA1 11e48924c7a812d86b8bd441449fb8ec6246670e Changes -SHA1 13ce6038ca375ac313db2a99667e4740eec02736 MANIFEST +SHA1 50f64c65c253dabab639589469c62b0c0a41772d MANIFEST SHA1 9302237de3307530f8d63872ad8ee07a50766146 MANIFEST.SKIP +SHA256 8fc2f4809f60726017b9a28475985e5cc20b112693f6273d766990f802935730 META.yml SHA1 a8df3b81c8d9b9f0e7bb57f2bc5dbefb1d363aa7 Makefile.PL SHA1 88dc69557df819e986d7d4e44e13ef5163e94dc8 PP.pm SHA1 5738992ac01f3c3fa1665e8b889d9cae5698040d README ==> 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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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::Pointer::PP Fiddle around with pointers 1.00 metacpan

Other Files

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