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: Workflow-1.35_1/lib/Workflow/Condition/GreedyOR.pm -- Around line 109: Unknown E content in E<condition> Workflow-1.35_1/lib/Workflow/Condition/LazyAND.pm -- Around line 103: Unknown E content in E<condition> Workflow-1.35_1/lib/Workflow/Condition/LazyOR.pm -- Around line 100: Unknown E content in E<condition>

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.

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.0,1.01,1.03,1.04,1.05,1.06,1.07,1.09,1.10,1.11,1.13,1.16,1.19,1.22,1.35_1

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.

Modules

Name Abstract Version View
Workflow Simple, flexible system to implement workflows 1.35_1 metacpan
Workflow::Action Base class for Workflow actions 1.11 metacpan
Workflow::Action::InputField Metadata about information required by an Action 1.09 metacpan
Workflow::Action::Mailer a stub for a SMTP capable action 1.01 metacpan
Workflow::Action::Null Workflow action for the terminally lazy 1.03 metacpan
Workflow::Base Base class with constructor 1.09 metacpan
Workflow::Condition Evaluate a condition depending on the workflow state and environment 1.07 metacpan
Workflow::Condition::CheckReturn 1.0 metacpan
Workflow::Condition::Evaluate Inline condition that evaluates perl code for truth 1.03 metacpan
Workflow::Condition::GreedyOR 1.0 metacpan
Workflow::Condition::HasUser Condition to determine if a user is available 1.05 metacpan
Workflow::Condition::LazyAND 1.0 metacpan
Workflow::Condition::LazyOR 1.0 metacpan
Workflow::Condition::Nested Evaluate nested workflow conditions 1.0 metacpan
Workflow::Config Parse configuration files for the workflow components 1.13 metacpan
Workflow::Config::Perl Parse workflow configurations as Perl data structures 1.03 metacpan
Workflow::Config::XML Parse workflow configurations from XML content 1.05 metacpan
Workflow::Context Data blackboard for Workflows, Actions, Conditions and Validators 1.05 metacpan
Workflow::Exception Base class for workflow exceptions 1.09 metacpan
Workflow::Factory Generates new workflow and supporting objects 1.22 metacpan
Workflow::History Recorded work on a workflow action or workflow itself 1.10 metacpan
Workflow::Persister Base class for workflow persistence 1.10 metacpan
Workflow::Persister::DBI Persist workflow and history to DBI database 1.19 metacpan
Workflow::Persister::DBI::AutoGeneratedId Pull IDs from databases that autogenerate them 1.07 metacpan
Workflow::Persister::DBI::ExtraData Fetch extra data with each workflow and put it into the context 1.05 metacpan
Workflow::Persister::DBI::SequenceId Persister to fetch ID from a sequence 1.05 metacpan
Workflow::Persister::File Persist workflow and history to the filesystem 1.11 metacpan
Workflow::Persister::RandomId Persister to generate random ID 1.03 metacpan
Workflow::Persister::SPOPS Persist workflows using SPOPS 1.07 metacpan
Workflow::Persister::UUID Persister to generate Universally Unique Identifiers 1.03 metacpan
Workflow::State Information about an individual state in a workflow 1.16 metacpan
Workflow::Validator Ensure data are valid 1.07 metacpan
Workflow::Validator::HasRequiredField Validator to ensure certain data are in the context 1.05 metacpan
Workflow::Validator::InEnumeratedType Ensure a value is one of a declared set of values 1.04 metacpan
Workflow::Validator::MatchesDateFormat Ensure a stringified date matches a given pattern 1.06 metacpan

Other Files

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