App-MetaCPANUtils
view release on metacpan or search on metacpan
lib/App/MetaCPANUtils.pm view on Meta::CPAN
},
);
our %argoptf_module = (
distribution => {
schema => "cpan::modname*",
tags => ['category:filtering'],
},
);
our %argoptf_from_date = (
from_date => {
schema => ["date*", "x.perl.coerce_to" => "DateTime"],
tags => ['category:filtering'],
},
);
our %argoptf_to_date = (
to_date => {
schema => ["date*", "x.perl.coerce_to" => "DateTime"],
tags => ['category:filtering'],
},
);
our %argoptf_date = (
date => {
summary => 'Select a single day, alternative to `from_date` + `to_date`',
schema => ["date*", "x.perl.coerce_to" => "DateTime"],
tags => ['category:filtering'],
},
);
our %argoptf_release_status = (
status => {
schema => ["str*", in=>[qw/latest cpan backpan/]],
tags => ['category:filtering'],
cmdline_aliases => {
latest => {is_flag=>1, summary=>'Shortcut for --status=latest' , code=>sub { $_[0]{status} = 'latest' }},
cpan => {is_flag=>1, summary=>'Shortcut for --status=cpan' , code=>sub { $_[0]{status} = 'cpan' }},
( run in 0.251 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )