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

Changes for version 0.002007 - 2014-09-30

  • FileGenerator steps can now return undef from the last_run_time() method in order to indicate that the step must be re-run. The last_run_time() method provided by the Stepford::Role::Step::FileGenerator role does this when any of the production files are missing. Fixed by Ran Eilam. GH #9.
  • When running a parallel plan, steps that should have been rebuilt because of stale files were not being rebuilt properly. Fixed by Ran Eilam. GH #10.

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