Term-CLI 0.052002
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Term::CLI::L10N, Term::CLI::L10N::en, Term::CLI::L10N::nl, Term::CLI::ReadLine
- 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.
- 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: Term::CLI::L10N, Term::CLI::L10N::en, Term::CLI::L10N::nl, Term::CLI::ReadLine
- 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_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.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Term::CLI | CLI interpreter based on Term::ReadLine | 0.052002 | metacpan |
| Term::CLI::Argument | generic parent class for arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Bool | class for "boolean" arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Enum | class for "enum" string arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Filename | class for file name arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Number | base class for numerical arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Number::Float | class for floating point arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::Number::Int | class for integer arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Argument::String | class for basic string arguments in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Base | generic base class for Term::CLI classes | 0.052002 | metacpan |
| Term::CLI::Command | Class for (sub-)commands in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Command::Help | A generic 'help' command for Term::CLI | 0.052002 | metacpan |
| Term::CLI::Element | generic parent class for elements in Term::CLI | 0.052002 | metacpan |
| Term::CLI::L10N | localizations for Term::CLI | 0.052002 | metacpan |
| Term::CLI::L10N::en | English localizations for Term::CLI | 0.052002 | metacpan |
| Term::CLI::L10N::nl | Dutch localizations for Term::CLI | 0.052002 | metacpan |
| Term::CLI::PerlFeatures | turn on modern-ish Perl features | 0.052002 | metacpan |
| Term::CLI::ReadLine | maintain a single Term::ReadLine object | 0.052002 | metacpan |
| Term::CLI::Role::ArgumentSet | Role for (sub-)commands in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Role::CommandSet | Role for (sub-)commands in Term::CLI | 0.052002 | metacpan |
| Term::CLI::Role::HelpText | Role for generating help text in Term::CLI | 0.052002 | metacpan |