The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Class::Usul::Response::IPC - Response class for running external programs

Synopsis

   use Class::Usul::Response::IPC;

   my $result = Class::Usul::Response::IPC->new();

Description

Response class returned by "run_cmd" in Class::Usul::IPC and "popen" in Class::Usul::IPC

Configuration and Environment

This class defined these attributes:

core

True if external commands core dumped

harness

The IPC::Run harness object if one was used

out

Processed output from the command

pid

The id of the child process

sig

Signal that caused the program to terminate

rv

The return value of from running the command

stderr

The standard error output from the command

stdout

The standard output from the command

Subroutines/Methods

None

Diagnostics

None

Dependencies

Moo

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2017 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE