NAME
Parrot::Configure::Step::List - Get sequence of configuration steps
SYNOPSIS
use Parrot::Configure::Step::List qw( get_steps_list ); @steps = get_steps_list();
DESCRIPTION
Parrot::Configure::Step::List exports on demand a single subroutine, get_steps_list()
. This subroutine returns a list of Parrot's configuration steps in the order in which they are to be executed. To change the order in which the steps are executed, edit @steps
inside this module.
SUBROUTINE
get_steps_list()
- Purpose
- Arguments
- Return Value
- Comment
Provide Parrot configuration steps in their order of execution.
None.
List holding strings representing the configuration steps.
NOTES
The functionality in this package was transferred from Configure.pl by Jim Keenan.