NAME ^

Parrot::Configure::Test - subroutines used in t/configure/* tests

SYNOPSIS ^

    use lib qw( lib );
    use Parrot::Configure::Test qw( test_step_thru_runstep );

Set-up for test_step_thru_runstep():

    $parrot_version = Parrot::BuildUtil::parrot_version();
    $args = process_options( {
    argv            => [ ],
    script          => $0,
    parrot_version  => $parrot_version,
    svnid           => '$Id$',
} );

    $conf = Parrot::Configure->new;
    test_step_thru_runstep($conf, q{init::defaults}, $args);

DESCRIPTION ^

The subroutines in this package are used to simplify tests found in t/configure/. Any subroutine in this package should be functional (i.e., not object-oriented), be exported only on demand and have all its arguments explicitly passed as arguments.

FUNCTIONS ^

test_step_thru_runstep() ^

AUTHORS ^

David H Adler and James E Keenan

SEE ALSO ^

Configure.pl.


parrot