NAME

MooX::Ipc::Cmd - Moo role for issuing commands, with debug support, and signal handling

VERSION

version 1.0.0

METHODS

_system(\@cmd', /%opts);

Runs a command like system call, with the output silently dropped, unless debug is on

_capture(\@cmd',\%opts);

Runs a command like qx call. Will display cmd executed = item Params :

This role provides the ability to capture system calls, and to execute system calls.

Features

If set to 1 will send the propgate signal when cmd exits due to signal.

Reader: _cmd_kill

Default: 1

Mocks the cmd, does not run

Reader: mock

Default: 0

Command line option, via MooX::Options

AUTHOR

Eddie Ash eddie+cpan@ashfamily.net

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Edward Ash.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

POD ERRORS

Hey! The above document had some coding errors, which are explained below: