HTTP-Balancer 0.0.2 Latest
Kwalitee Issues
No Core Issues.
- 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: .carton
- 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.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 |
---|---|---|---|
HTTP::Balancer | manage your http load balancer in seconds | 0.000002 | metacpan |
HTTP::Balancer::Actor | the base class of actors of HTTP::Balancer | metacpan | |
HTTP::Balancer::Actor::Nginx | the Nginx actor | metacpan | |
HTTP::Balancer::Command | root node of handlers of HTTP::Balancer | metacpan | |
HTTP::Balancer::Command::Add | metacpan | ||
HTTP::Balancer::Command::Add::Backend | metacpan | ||
HTTP::Balancer::Command::Add::Host | metacpan | ||
HTTP::Balancer::Command::Del | metacpan | ||
HTTP::Balancer::Command::Del::Backend | metacpan | ||
HTTP::Balancer::Command::Del::Host | metacpan | ||
HTTP::Balancer::Command::Help | show help messages | metacpan | |
HTTP::Balancer::Command::Init | prepare the environment for HTTP::Balancer | metacpan | |
HTTP::Balancer::Command::List | metacpan | ||
HTTP::Balancer::Command::List::Backend | metacpan | ||
HTTP::Balancer::Command::List::Host | metacpan | ||
HTTP::Balancer::Command::Start | start the balancer | metacpan | |
HTTP::Balancer::Command::Status | show status of the balancer | metacpan | |
HTTP::Balancer::Command::Stop | stop the balancer | metacpan | |
HTTP::Balancer::Config | config loader | metacpan | |
HTTP::Balancer::Model | the base class of models of HTTP::Balancer | metacpan | |
HTTP::Balancer::Model::Backend | metacpan | ||
HTTP::Balancer::Model::Host | metacpan | ||
HTTP::Balancer::Role | base of all roles in HTTP::Balancer | metacpan | |
HTTP::Balancer::Role::Command | the mixin for command handlers | metacpan | |
HTTP::Balancer::Role::Stem | subcommand presenter for command handlers | metacpan |