Bread-Runner
view release on metacpan or search on metacpan
Initialize and compose your `Bread::Board` and find and initialize the correct `service`.
Usually you will just call [run](https://metacpan.org/pod/run), but maybe you want to do something fancy..
# OPTIONS
[setup](https://metacpan.org/pod/setup) and [run](https://metacpan.org/pod/run) take the following options as a hashref
### service
Default: `$0` modulo some cleanup magic, see ["Guessing the service name from $0"](#guessing-the-service-name-from-0)
The name of the service to use.
If you do not want to use this magic, pass in the explicit service
name you want to use. This could be hardcoded, or you could come up
with an alternative implementation to get the service name from the
environment available to a generic wrapper script.
### container
( run in 0.773 second using v1.01-cache-2.11-cpan-748bfb374f4 )