Crypt-OpenSSL-Verify 0.15-TRIAL Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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 (92) does not match dist (46):
- Missing in Dist: .github/workflows/linux.yml, Crypt-OpenSSL-Verify-0.15/CONTRIBUTING.md, Crypt-OpenSSL-Verify-0.15/Changes, Crypt-OpenSSL-Verify-0.15/MYMETA.json, Crypt-OpenSSL-Verify-0.15/MYMETA.yml, Crypt-OpenSSL-Verify-0.15/Makefile.PL, Crypt-OpenSSL-Verify-0.15/README, Crypt-OpenSSL-Verify-0.15/Verify.bs, Crypt-OpenSSL-Verify-0.15/Verify.c, Crypt-OpenSSL-Verify-0.15/Verify.pm, Crypt-OpenSSL-Verify-0.15/Verify.xs, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/AuthorRequires.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/AuthorTests.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/Base.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/Compiler.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/Makefile.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/Metadata.pm, Crypt-OpenSSL-Verify-0.15/inc/Module/Install/WriteAll.pm, Crypt-OpenSSL-Verify-0.15/t/00-basic.t, Crypt-OpenSSL-Verify-0.15/t/01-load-ca.t, Crypt-OpenSSL-Verify-0.15/t/02-verify-good-cert.t, Crypt-OpenSSL-Verify-0.15/t/03-verify-bad-cert.t, Crypt-OpenSSL-Verify-0.15/t/04-load-broken-cert.t, Crypt-OpenSSL-Verify-0.15/t/05-verify-not-a-cert.t, Crypt-OpenSSL-Verify-0.15/t/06-verify-expired-cert.t, Crypt-OpenSSL-Verify-0.15/t/author/author-critic.t, Crypt-OpenSSL-Verify-0.15/t/author/author-eof.t, Crypt-OpenSSL-Verify-0.15/t/author/author-eol.t, Crypt-OpenSSL-Verify-0.15/t/author/author-no-tabs.t, Crypt-OpenSSL-Verify-0.15/t/author/author-pod-syntax.t, Crypt-OpenSSL-Verify-0.15/t/author/notabs.t, Crypt-OpenSSL-Verify-0.15/t/author/pod.t, Crypt-OpenSSL-Verify-0.15/t/author/podcoverage.t, Crypt-OpenSSL-Verify-0.15/t/cacert.pem, Crypt-OpenSSL-Verify-0.15/t/cert-expired.pem, Crypt-OpenSSL-Verify-0.15/t/cert.pem, Crypt-OpenSSL-Verify-0.15/t/cli_cert.pem, Crypt-OpenSSL-Verify-0.15/t/client-cert.pem, Crypt-OpenSSL-Verify-0.15/typemap, LICENSE, Makefile.tim, inc/Module/Install.pm, inc/Module/Install/Can.pm, inc/Module/Install/External.pm, inc/Module/Install/Fetch.pm, inc/Module/Install/Win32.pm
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Module::Install::Base
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- no_dot_dirs
-
Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.
Error: .github
- 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.
- 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: Module::Install, Module::Install::Can, Module::Install::External, Module::Install::Fetch, Module::Install::Win32
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Module::Install
- Module::Install::Can
- Module::Install::External
- Module::Install::Fetch
- Module::Install::Win32
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- File::Slurp
- Test::Exception
- 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.15,1.19
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- configure_prereq_matches_use
-
List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires
Error:
- Module::Install::AuthorRequires
- Module::Install::AuthorTests
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.