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]

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 Mon 19 Feb 2007 12:19:18 AM JST gpg: using DSA key FC8711DDCB8204F2 gpg: Can't check signature: No public key --- SIGNATURE Mon Feb 19 01:19:18 2007 +++ @@ -1,8 +1,8 @@ -SHA1 623d0535bf903cd134c85aabc4c381db185f0a9c Changes -SHA1 6d3708093c029d48a0799d3d8f1a66ed69bdf917 List.pm -SHA1 5399409aef5d7e9a9d104e7a387129e3713dacdd List.xs +SHA1 c3c51e7e430f571f1663de3ed3840f5a8701712d Changes +SHA1 c7030307cec5b6a5928734aa94cfd38ace64ffe7 List.pm +SHA1 8a1378d0e07f1ecc320dd09d3fae2b7e62bf3502 List.xs SHA1 3df9eee0dcc0fafe8cfbe9255d40d7de1f9a7dd4 MANIFEST -SHA1 f523131b4dedb6cea32fe09857be5f1e7030f002 META.yml +SHA1 ac05c08c5297728da3a44d67744e21d825bc3dde META.yml SHA1 73dc6be1e5eb1330e58c99b39f451e541b714667 Makefile.PL SHA1 d9474a7f932931e977375ba52940e33aea5fe56e README SHA1 12fc64a9a69dfa37a594bbcf8e124ff43900876b processes.pl ==> 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
Win32::Process::List Perl extension to get all processes and thier PID on a Win32 system 0.09 metacpan

Other Files

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