NAME

Parrot::Harness::Smoke - Subroutines used by t/harness to generate smoke reports

DESCRIPTION

This package exports on request subroutines used by t/harness to generate smoke reports.

Currently, only one such subroutine is supported:

generate_html_smoke_report (
    tests       => \@tests,
    args        => $args,
    file        => 'smoke.html',
);