NAME ^

Parrot::Configure::Step::Methods - Methods for selected configuration steps

DESCRIPTION ^

The Parrot::Configure::Step::Methods module provides methods inherited by Parrot::Configure::Step which are used internally by the runstep() method of more than one configuration step class but which are not intended for general use in all configuration step classes.

The methods in this module should not be considered part of the public interface of Parrot::Configure::Step. They merely refactor code which at one point was repeated in multiple configuration step classes and which need access to the data in the Parrot::Configure::Step object.

Since the methods are not part of the public interface, their names should begin with an underscore '_'.

Methods ^

_recheck_settings()

    $self->_recheck_settings($conf, $libs, $ccflags, $linkflags, $verbose);
Currently used in configuration step classes auto::gmp, auto::readline and auto::gdbm.

_handle_darwin_for_fink()

    $self->_handle_darwin_for_fink($conf, $libs, $osname, $file);
Currently used in configuration step classes auto::gmp, auto::readline and auto::gdbm.

Modifies settings for linkflags, ldflags and ccflags in the Parrot::Configure object's data structure.

SEE ALSO ^

Parrot::Configure::Step.


parrot