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

NAME

TAP::Parser::SourceHandler::Worker::SSH - Stream TAP from an IO::Handle or a GLOB.

VERSION

Version 0.03

@hosts

Class static variable to keep track of hosts.

get_active_workers

  my @active_workers = $class->get_active_workers;

Returns list of active workers.

load_options

Setup the worker specific options.

  my @active_workers = $class->load_options($app_prove_object, \@ARGV);

Returns boolean.

get_next_host

Get next hosts.

  my @hosts = $class->get_next_host();

Returns hostname.