App-EPAN
view release on metacpan or search on metacpan
lib/App/EPAN.pm view on Meta::CPAN
474849505152535455565758596061626364656667
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!
( run in 0.476 second using v1.01-cache-2.11-cpan-49f99fa48dc )