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

NAME

POE::Component::SmokeBox::Result - object defining SmokeBox job results.

DESCRIPTION

POE::Component::SmokeBox::Result is a class encapsulating the job results that are returned by POE::Component::SmokeBox::Backend and POE::Component::SmokeBox.

CONSTRUCTOR

new

Creates a new POE::Component::SmokeBox::Result object.

METHODS

add_result

Expects one argument, a hashref, representing a job result.

results

Returns a list of hashrefs representing job results.

AUTHOR

Chris BinGOs Williams

LICENSE

Copyright (C) Chris Williams

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.

SEE ALSO

POE::Component::SmokeBox

POE::Component::SmokeBox::Backend

POE::Component::SmokeBox::JobQueue