The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parrot::Configure::RunSteps - Configuration Steps

DESCRIPTION

This module lists, in order, the configuration steps that will be run by Configure.pl. It should be edited when adding a new step. For more information on Parrot's configuration system, and how to add new steps, see docs/configuration.pod.

Functions

runsteps()

Loops over the configuration steps, running each one in turn.

SEE ALSO

Parrot::Configure::Step
docs/configuration.pod