parrotcode: Get sequence of configuration steps | |
Contents | Perl Modules |
Parrot::Configure::Step::List - Get sequence of configuration steps
use Parrot::Configure::Step::List qw( get_steps_list );
@steps = get_steps_list();
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.
get_steps_list()
Provide Parrot configuration steps in their order of execution.
None.
List holding strings representing the configuration steps.
The functionality in this package was transferred from Configure.pl by Jim Keenan.
|