perl-libssh 1.0 Deleted
Kwalitee Issues
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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,contrib/RPMS/libssh-0.9.4-1.el7.x86_64.rpm,contrib/RPMS/libssh-0.9.4-1.el8.x86_64.rpm,contrib/RPMS/libssh-debuginfo-0.9.4-1.el7.x86_64.rpm,contrib/RPMS/libssh-devel-0.9.4-1.el7.x86_64.rpm,contrib/RPMS/libssh-devel-0.9.4-1.el8.x86_64.rpm,contrib/RPMS/old/libssh-0.7.5-1.el6.x86_64.rpm,contrib/RPMS/old/libssh-0.7.5-1.el7.centos.x86_64.rpm,contrib/RPMS/old/libssh-0.9.0-1.el7.x86_64.rpm,contrib/RPMS/old/libssh-0.9.2-1.el7.x86_64.rpm,contrib/RPMS/old/libssh-debuginfo-0.9.2-1.el7.x86_64.rpm,contrib/RPMS/old/libssh-devel-0.7.5-1.el6.x86_64.rpm,contrib/RPMS/old/libssh-devel-0.7.5-1.el7.centos.x86_64.rpm,contrib/RPMS/old/libssh-devel-0.9.0-1.el7.x86_64.rpm,contrib/RPMS/old/libssh-devel-0.9.2-1.el7.x86_64.rpm,contrib/RPMS/old/perl-Libssh-Session-0.4-1.el6.x86_64.rpm,contrib/RPMS/old/perl-Libssh-Session-0.4-1.el7.centos.x86_64.rpm,contrib/RPMS/old/perl-Libssh-Session-0.6-1.el7.x86_64.rpm,contrib/RPMS/old/perl-Libssh-Session-0.7-1.el7.x86_64.rpm,contrib/RPMS/old,contrib/RPMS/perl-Libssh-Session-0.7-2.el7.x86_64.rpm,contrib/RPMS/perl-Libssh-Session-0.7-2.el8.x86_64.rpm,contrib/RPMS/perl-Libssh-Session-0.8-2.el7.x86_64.rpm,contrib/RPMS/perl-Libssh-Session-0.8-2.el8.x86_64.rpm,contrib/RPMS/perl-Libssh-Session-0.9-1.el7.x86_64.rpm,contrib/RPMS/perl-Libssh-Session-0.9-1.el8.x86_64.rpm,contrib/RPMS,contrib/SPEC/libssh.spec,contrib/SPEC/perl-Libssh-Session.spec,contrib/SPEC,contrib
- has_tests
-
Add tests!
- 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: Cannot find MANIFEST in dist.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.