You are viewing the version of this documentation from Perl 5.20.3. View the latest version

CONTENTS

NAME

TAP::Harness::Env - Parsing harness related environmental variables where appropriate

VERSION

Version 3.30

SYNOPSIS

my ($class, $args) = get_test_arguments();
require_module($class);
$class->new($args);

DESCRIPTION

This module implements the environmental variables that Test::Harness for use with TAP::Harness.

FUNCTIONS