OTRS-Kernel-System-MultilevelEscalation 1.0.1 Latest
Kwalitee Issues
- distname_matches_name_in_meta
-
Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.
Error: Kernel-System-Escalation
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- 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 (14) does not match dist (17):
- Missing in MANIFEST: lib/var/packagesetup/Escalation.sopm, lib/var/packagesetup/MultilevelEscalation-1.0.1.opm, lib/var/packagesetup/ReadMe.txt
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.