parrotcode: Configuration options shared by | |
Contents | Perl Modules |
Parrot::Configure::Options::Conf::Shared - Configuration options shared by both Command-Line and Configuration-File configuration modes
use Parrot::Configure::Options::Conf::Shared qw( @shared_valid_options ); our @valid_options = ( 'ask', @shared_valid_options );
This package exports a single variable, @shared_valid_options()
, which holds the list of options which may be used either on:
mode => configure
in Parrot::Configure::Options::process_options()
); or--file=path/to/configfile
option (corresponding to use of mode => file
in Parrot::Configure::Options::process_options()
).Refactored from earlier code by James E Keenan.
Parrot::Configure::Options. Parrot::Configure::Options::Conf::CLI. Parrot::Configure::Options::Conf::File. Configure.pl.
|