The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Beam::Runner - Execute runnable objects from Beam::Wire containers

VERSION

version 0.002

SYNOPSIS

    beam run <container> <service> [<args...>]
    beam list
    beam list <container>
    beam help <container> <service>
    beam help

DESCRIPTION

This distribution is an execution and organization system for Beam::Wire containers. This allows you to prepare executable objects in configuration files and then execute them. This also allows easy discovery of container files and objects, and allows you to document your objects for your users.

SEE ALSO

beam, Beam::Runnable, Beam::Wire

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.