App-BCSSH
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/BCSSH/Options.pm view on Meta::CPAN
: "no_$_"
} keys %$config
]);
};
my %opts;
my @parse_args = map {
("$arguments{$_}" => \($opts{$_}))
} keys %arguments;
{
local @ARGV = @$args;
local $SIG{__WARN__} = $arg_error;
$parser->getoptions(@parse_args) or $error->();
@$args = @ARGV;
}
for my $k (keys %opts) {
delete $opts{$k} if !defined $opts{$k};
}
if ($config->{passthrough}) {
for my $idx (0..$#$args) {
if ($args->[$idx] eq '--') {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.308 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )