parrotcode: Methods for selected configuration steps | |
Contents | Perl Modules |
Parrot::Configure::Step::Methods - Methods for selected configuration steps
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 '_
'.
_recheck_settings()
$self->_recheck_settings($conf, $libs, $ccflags, $linkflags, $verbose);
_handle_darwin_for_fink()
$self->_handle_darwin_for_fink($conf, $libs, $osname, $file);
linkflags
, ldflags
and ccflags
in the Parrot::Configure object's data structure.Parrot::Configure::Step.
|