Verby::Step::Closure

Verby::Step::Closure is a quick and dirty (in the fun sense, like playing with mud) step generator.
Download

Verby::Step::Closure Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yuval Kogman
  • Publisher web site:
  • http://search.cpan.org/~nobull/

Verby::Step::Closure Tags


Verby::Step::Closure Description

Verby::Step::Closure is a quick and dirty (in the fun sense, like playing with mud) step generator. Verby::Step::Closure is a quick and dirty (in the fun sense, like playing with mud) step generator.SYNOPSIS use Verby::Step::Closure qw/step/; my $s = step "Action::Class" => sub { # called before action }, sub { # called after action };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 to unnecessary typing, class creation, or other silly crap. Verby::Step::Closure's purpose is to make this boundry unnoticable, so that when you don't need it it doesn't get in your way. Requirements: · Perl


Verby::Step::Closure Related Software