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.006000 - 2019-04-09

  • Stepford no longer depends on Graph::Easy. The output of Stepford::Graph's as_string method is now always a representation similar to Graph::Easy's txt representation. The method no longer takes an output format.
  • The dry_run attribute on Stepford::Runner is now a boolean and no longer takes a Graph::Easy output format.

Modules

A vaguely Rake/Make/Cake-like thing for Perl - create steps and let a runner run them
A Stepford exception object
The final step for all Stepford runs
Contains the step dependency graph
Represents a concrete plan for execution by a Stepford::Runner
The logger used by Step classes.
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 role for steps with unserializable productions
Takes a set of steps and figures out what order to run them in
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