NAME
Beam::Runner::Steps - Run a series of steps
VERSION
version 0.016
SYNOPSIS
beam run <container> <service>
DESCRIPTION
This runnable module runs a series of other runnable modules in sequence. If any module returns a non-zero value, the steps stop.
ATTRIBUTES
steps
The steps to run. Must be an arrayref of Beam::Runnable objects.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
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.