Kwalitee Issues

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

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

Error: Workflow-0.10/lib/Workflow/Config.pm -- Around line 141: You have '=item 1' instead of the expected '=item 2' Around line 145: You have '=item 1' instead of the expected '=item 3'

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.

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: Workflow, Workflow::Action, Workflow::Action::InputField, Workflow::Action::Null, Workflow::Base, Workflow::Condition, Workflow::Condition::Evaluate, Workflow::Condition::HasUser, Workflow::Config, Workflow::Config::Perl, Workflow::Config::XML, Workflow::Context, Workflow::Exception, Workflow::Factory, Workflow::History, Workflow::Persister, Workflow::Persister::DBI, Workflow::Persister::DBI::AutoGeneratedId, Workflow::Persister::DBI::ExtraData, Workflow::Persister::DBI::SequenceId, Workflow::Persister::File, Workflow::Persister::RandomId, Workflow::Persister::SPOPS, Workflow::Persister::UUID, Workflow::State, Workflow::Validator, Workflow::Validator::HasRequiredField, Workflow::Validator::InEnumeratedType, Workflow::Validator::MatchesDateFormat

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.01,1.02,1.03,1.04,1.05,1.06,1.07,1.08,1.09,1.13,1.15,1.18

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.18 metacpan
Workflow::Action Base class for Workflow actions 1.06 metacpan
Workflow::Action::InputField Metadata about information required by an Action 1.08 metacpan
Workflow::Action::Null 1.01 metacpan
Workflow::Base Base class with constructor 1.05 metacpan
Workflow::Condition Evaluate a condition depending on the workflow state and environment 1.04 metacpan
Workflow::Condition::Evaluate Inline condition that evaluates perl code for truth 1.01 metacpan
Workflow::Condition::HasUser Condition to determine if a user is available 1.04 metacpan
Workflow::Config Parse configuration files for the workflow components 1.08 metacpan
Workflow::Config::Perl Parse workflow configurations as Perl data structures 1.01 metacpan
Workflow::Config::XML Parse workflow configurations from XML content 1.02 metacpan
Workflow::Context Data blackboard for Workflows, Actions, Conditions and Validators 1.03 metacpan
Workflow::Exception Base class for workflow exceptions 1.07 metacpan
Workflow::Factory Generates new workflow and supporting objects 1.13 metacpan
Workflow::History Recorded work on a workflow action or workflow itself 1.08 metacpan
Workflow::Persister Base class for workflow persistence 1.08 metacpan
Workflow::Persister::DBI Persist workflow and history to DBI database 1.15 metacpan
Workflow::Persister::DBI::AutoGeneratedId Pull IDs from databases that autogenerate them 1.05 metacpan
Workflow::Persister::DBI::ExtraData Fetch extra data with each workflow and put it into the context 1.04 metacpan
Workflow::Persister::DBI::SequenceId Persister to fetch ID from a sequence 1.03 metacpan
Workflow::Persister::File Persist workflow and history to the filesystem 1.09 metacpan
Workflow::Persister::RandomId Persister to generate random ID 1.02 metacpan
Workflow::Persister::SPOPS Persist workflows using SPOPS 1.06 metacpan
Workflow::Persister::UUID Persister to generate Universally Unique Identifiers 1.02 metacpan
Workflow::State Information about an individual state in a workflow 1.08 metacpan
Workflow::Validator Ensure data are valid 1.04 metacpan
Workflow::Validator::HasRequiredField Validator to ensure certain data are in the context 1.03 metacpan
Workflow::Validator::InEnumeratedType Ensure a value is one of a declared set of values 1.03 metacpan
Workflow::Validator::MatchesDateFormat Ensure a stringified date matches a given pattern metacpan

Other Files

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