NAME

PITA::Report::Command - An executed command, with stored output

SYNOPSIS

# Create a command
my $dist = PITA::Report::Request->new(
	system    => 'perl Makefile.PL',
	stdout    => \"...",
	stderr    => \"...",
	);

DESCRIPTION

PITA::Report::Command is an object for holding information about a command executed during the installation process.

It holds the actual command, and the STDOUT and STDERR output.

METHODS

new

The new constructor is used to create a new ::Command object.

TO BE COMPLETED

cmd

The cmd accessor returns the actual command sent to the system.

stdout

The stdout accessor returns the output of the command as a SCALAR reference.

stderr

The stderr accessor returns the output of the command as a SCALAR reference.

SUPPORT

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PITA-Report

For other issues, contact the author.

AUTHOR

Adam Kennedy <cpan@ali.as>, http://ali.as/

SEE ALSO

PITA::Report

The Perl Image-based Testing Architecture (http://ali.as/pita/)

COPYRIGHT

Copyright 2005 Adam Kennedy. All rights reserved.

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

The full text of the license can be found in the LICENSE file included with this module.