NAME
TAP::Harness::ClusterMaster - Run tests across remote hosts with Slaves
VERSION
Version 0.01
DESCRIPTION
This is a simple test harness which allows tests to be run on remote hosts via slaves and results automatically aggregated and output to STDOUT.
SYNOPSIS
use TAP::Harness::ClusterMaster;
my $harness = TAP::Harness::ClusterMaster->new( \%args );
$harness->runtests(@tests);