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.002011 - 2014-11-13

  • The Stepford::Role::Step::FileGenerator::Atomic now creates its pre_commit_file() in the same directory as the final file. Previously we used a temp dir but renaming the pre_commit_file() to the final file could fail if the two files were on different filesystems.

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