Lines Matching defs:switches
30 ->switches( \@switches )112 =head3 C<switches>114 my $switches = $source->switches;115 $source->config([ @switches ]);117 Chaining getter/setter for the list of command-line switches that should be162 sub switches {164 return $self->{switches} unless @_;165 $self->{switches} = shift;