Kwalitee Issues

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: VS-RuleEngine-0.09/lib/VS/RuleEngine/Hook.pm -- Around line 43: =over without closing =back

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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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).

Modules

Name Abstract Version View
VS::RuleEngine Generic rule based processing engine 0.09 metacpan
VS::RuleEngine::Action Interface for actions. metacpan
VS::RuleEngine::Action::Perl Use a code reference as an input metacpan
VS::RuleEngine::Action::SetGlobal Generic action to set key/value pairs in the global object metacpan
VS::RuleEngine::Action::SetLocal Generic action to set key/value pairs in the local object metacpan
VS::RuleEngine::Constants Constants used by the engine metacpan
VS::RuleEngine::Cv Base class for objects implemented as a code reference metacpan
VS::RuleEngine::Data Data metacpan
VS::RuleEngine::Declare Declarative interface for VS::RuleEngine engines metacpan
VS::RuleEngine::Engine Engine declaration metacpan
VS::RuleEngine::Hook Interface for hooks. metacpan
VS::RuleEngine::Hook::Perl Use a code reference as an hook metacpan
VS::RuleEngine::Input Interface for inputs. metacpan
VS::RuleEngine::Input::Perl Use a code reference as an input metacpan
VS::RuleEngine::InputHandler Handles input retrieval metacpan
VS::RuleEngine::Output Interface for outputs. metacpan
VS::RuleEngine::Output::Perl Use a code reference as an output metacpan
VS::RuleEngine::Rule Interface for rules. metacpan
VS::RuleEngine::Rule::InputMatchesRegexp Generic rule for matching inputs against regular expressions metacpan
VS::RuleEngine::Rule::InputOverThreshold Generic rule for checking input thresholds metacpan
VS::RuleEngine::Rule::InputUnderThreshold Generic rule for checking input thresholds metacpan
VS::RuleEngine::Rule::Perl Use a code reference as an rule metacpan
VS::RuleEngine::Runloop Runs engine(s) metacpan
VS::RuleEngine::TypeDecl Helper class for maintaining types used in engines metacpan
VS::RuleEngine::Util Utility functions for VS::RuleEngine metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan