There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Schedule::LongSteps::Storage::DBIxClass - DBIx::Class based storage.

SYNOPSIS

my $storage = Schedule::LongSteps::Storage::Memory->new();

Then build and use a Schedule::LongSteps object:

my $long_steps = Schedule::LongSteps->new({ storage => $storage });

...

prepare_due_processes

See Schedule::LongSteps::Storage

find_process

See Schedule::LongSteps::Storage

create_process

See Schedule::LongSteps::Storage