Beam::Runner::Steps - Run a series of steps
version 0.016
beam run <container> <service>
This runnable module runs a series of other runnable modules in sequence. If any module returns a non-zero value, the steps stop.
The steps to run. Must be an arrayref of Beam::Runnable objects.
beam, Beam::Runnable
Doug Bell <preaction@cpan.org>
This software is copyright (c) 2016 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Beam::Runner, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Beam::Runner
CPAN shell
perl -MCPAN -e shell install Beam::Runner
For more information on module installation, please visit the detailed CPAN module installation guide.