The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.002010 - 2014-11-12

  • Fixed a bug with Stepford::Role::Step::FileGenerator::Atomic steps and parallel test runs. The step would create a temp directory in the parent process which could be deleted by the time the step's run() method was called in a child process.

Modules

A vaguely Rake/Make/Cake-like thing for Perl - create steps and let a planner run them
A Stepford exception object
The final step for all Stepford runs
The logger used by Step classes.
Represents a concrete plan for execution by a Stepford::Planner
Takes a set of steps and figures out what order to run them in
The basic role all step classes must implement
A role for steps that generate files
A role for steps that generate a file atomically
A trait for attributes which are a step dependency
A trait for attributes which are a step production
Type library used in Stepford classes/roles
Internal type definitions for Stepford