NAME ^

Parrot::Configure::Options::Test::Prepare

ABSTRACT ^

Prepare the lists of tests run before and after configuration when --test option is provided to Configure.pl.

SYNOPSIS ^

In Configure.pl:

    use Parrot::Configure::Options::Test::Prepare qw(
        get_preconfiguration_tests
        get_postconfiguration_tests
    );

    ...

    $opttest->run_configure_tests( get_preconfiguration_tests() );

    ...

    $opttest->run_build_tests( get_postconfiguration_tests() );

DESCRIPTION ^

This module exports on demand two subroutines, each of which takes no arguments and returns a list:

AUTHOR ^

James E Keenan.

SEE ALSO ^

Configure.pl. lib/Parrot/Configure/Options/Test.pm.


parrot