App-cpm
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/cpm/CLI.pm view on Meta::CPAN
prebuilt => $] >= 5.012 && $prebuilt,
pureperl_only => 0,
static_install => 1,
default_resolvers => 1,
%option
}, $class;
}
sub parse_options {
my $self = shift;
local @ARGV = @_;
my ($mirror, @resolver, @feature);
my $with_option = sub {
my $n = shift;
("with-$n", \$self->{"with_$n"}, "without-$n", sub { $self->{"with_$n"} = 0 });
};
my @type = qw(requires recommends suggests);
my @phase = qw(configure build test runtime develop);
GetOptions
"L|local-lib-contained=s" => \($self->{local_lib}),
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.064 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )