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

Search results for "module:Verby"

Verby - A framework for compositing and sequencing steps of execution. River stage one • 2 direct dependents • 2 total dependents

Verby was originally written to implement the backend of an installer. An installer conceptually has two inputs, which are combined to get the job done. The first is the user's configuration (regardless of how it's provided) - the parameters to influ...

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Step - A base class representing a single thing to be executed by Verby::Dispatcher. River stage one • 2 direct dependents • 2 total dependents

A step in the Verby system is like an instance of an action. A step is much like a makefile target. It can depend on other steps, and when appropriate will be told to be executed. The difference between a Verby::Step and a Verby::Action is that an ac...

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action - The base role for an action in Verby. River stage one • 2 direct dependents • 2 total dependents

A Verby::Action is an object encapsulating reusable code. Steps usually delegate to actions, for the actual grunt work....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Context - A sort of scratchpad every Verby::Step gets from Verby::Dispatcher. River stage one • 2 direct dependents • 2 total dependents

A context has two roles in Verby. The first is to control what a Verby::Action will do, by providing it with parameters, and the other is to share variables that the action sets, so that other steps may have them too. It is a mutable Verby::Config::D...

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Dispatcher - Takes steps and executes them. Sort of like what make(1) is to a Makefile. River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Run - a base role for actions which wrap POE::Wheel::Run. River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Stub - An action which just logs debug messages. River stage one • 2 direct dependents • 2 total dependents

This action is good for use when you need to Stub certain actions....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Make - Action to run make(1). River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Config::Data River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Step::Closure - Quick and dirty (in the fun sense, like playing with mud) step generator. River stage one • 2 direct dependents • 2 total dependents

This module eases the creation of step objects, by using closures and accessors. It's purpose is to be able to rapidly create simple steps based on an action class and some clalbacks. Since Verby::Action and Verby::Step are separated, this may lead t...

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Config::Source River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::MkPath - Action to create a directory path River stage one • 2 direct dependents • 2 total dependents

This Action uses "mkpath" in File::Path to create a directory path....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Template - Action to process Template Toolkit files River stage zero No dependents

This Action, given a set of template data, will process Template Toolkit files and return their output....

NUFFIN/Verby-Action-Template-0.04 - 30 Mar 2008 18:32:23 UTC

Verby::Action::BuildTool - Action to run 'perl Makefile.PL' or something similar in a specific directory. River stage one • 2 direct dependents • 2 total dependents

This action runs something like 'perl Makefile.PL' (the "script" field) if the "target" field (it's output file) seems out of date....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

lib/Verby/Step/Simple.pm River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Config::Source::ARGV - Verby::Config::Data fields from the command line River stage one • 2 direct dependents • 2 total dependents

This module is useful for getting some global keys set or perhaps overridden on the command line....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Config::Data::Mutable River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Config::Source::Prompt River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Run::Unconditional - A default verify method for Verby::Action::Run based actions. River stage one • 2 direct dependents • 2 total dependents

This convenience role makes it easy to write Verby::Action::Run based actions that return false from "verify" until they have actually been run, at which point they return true unconditionally....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Verby::Action::Untar - Action to un-tar an archive. River stage zero No dependents

This Action, using Archive::Tar, will untar a given archive....

NUFFIN/Verby-Action-Untar-0.04 - 31 Mar 2008 13:38:40 UTC
20 results (0.018 seconds)