The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Daje::Workflow::Checks

DESCRIPTION

Daje::Workflow::Checks - is an inteface class to pre and post checks

REQUIRES

Mojo::Loader

Mojo::Base

METHODS

check($self, $context, $checks)
$checks = [
{
"name":"Mandatory fields",
"class": "Daje::Workflow::Checks::Mandatory",
"checks": "sql_path,perl_path"
}
]