App-CharmKit 1.0.8 Deleted
Kwalitee Issues
- 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.
- has_abstract_in_pod
-
Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: App-CharmKit-1.0.8/lib/App/CharmKit/Helper.pm -- Around line 37: Unknown directive: =func Around line 45: Unknown directive: =func Around line 53: Unknown directive: =func Around line 61: Unknown directive: =func App-CharmKit-1.0.8/lib/App/CharmKit/Logging.pm -- Around line 29: Unknown directive: =func App-CharmKit-1.0.8/lib/App/CharmKit/Role/Lint.pm -- Around line 35: Unknown directive: =attr Around line 39: Unknown directive: =attr Around line 58: Unknown directive: =method Around line 100: Unknown directive: =method Around line 114: Unknown directive: =method Around line 168: Unknown directive: =method Around line 318: Unknown directive: =method Around line 341: Unknown directive: =method Around line 382: Unknown directive: =method Around line 398: Unknown directive: =method Around line 413: Unknown directive: =method Around line 428: Unknown directive: =method App-CharmKit-1.0.8/lib/App/CharmKit/Sys.pm -- Around line 52: Unknown directive: =func Around line 64: Unknown directive: =func Around line 75: Unknown directive: =func Around line 88: Unknown directive: =func Around line 101: Unknown directive: =func Around line 117: Unknown directive: =func Around line 142: Unknown directive: =func Around line 166: Unknown directive: =func Around line 178: Unknown directive: =func Around line 207: Unknown directive: =func Around line 241: Unknown directive: =func Around line 257: Unknown directive: =func Around line 271: Unknown directive: =func Around line 286: Unknown directive: =func Around line 300: Unknown directive: =func Around line 313: Unknown directive: =func Around line 335: Unknown directive: =func
- 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.
- 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:
- File::ShareDir::Install
- 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.