App-EPAN
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/EPAN.pm view on Meta::CPAN
return;
} ## end sub run
sub get_options {
my $self = shift;
my $action =
(scalar(@_) && length($_[0]) && (substr($_[0], 0, 1) ne '-'))
? shift(@_)
: 'list-actions';
$action =~ s{-}{_}gmxs;
local @ARGV = @_;
$self->action($action);
my %config = ();
GetOptions(
\%config,
qw(
mailrc|m|1=s
output|packages-details|o|2=s
modlist|modlist-data|l|3=s
target|t=s
test|T!
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.482 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )