The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002006 - 2014-08-12

  • The logger passed to each step class is now wrapped to prepend a per-step class moniker to each log message. This makes following the logs for a parallel run much easier.
  • The planner object now recognizes inner classes created by any files that it loads. This means you can create step classes on the fly and the planner will recognize them as being valid.

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 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