App-pause
view release on metacpan or search on metacpan
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
},
"version" : "6.032"
}
},
"x_authority" : "cpan:PERLANCAR",
"x_generated_by_perl" : "v5.40.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
Perinci::CmdLine::Util::Config=1.725
Perinci::Result::Format::Lite=0.286
Scalar::Util=0
Scalar::Util::Numeric::PP=0
Time::Duration::Parse::AsHash=0
Time::Local=1.27
WWW::PAUSE::Simple=0.453
[Extras / lint_prereqs / assume-provided]
; optional
JSON::XS=0
script/pause view on Meta::CPAN
### declare subroutines
sub _pci_err {
my $res = shift;
print STDERR "ERROR $res->[0]: $res->[1]\n";
exit $res->[0]-300;
}
sub _pci_json {
state $json = do {
if (eval { require JSON::XS; 1 }) { JSON::XS->new->canonical(1)->allow_nonref }
else { require JSON::PP; JSON::PP->new->canonical(1)->allow_nonref }
};
$json;
}
### begin code_before_parse_cmdline_options
### end code_before_parse_cmdline_options
### get arguments (from config file, env, command-line args
{
( run in 1.553 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )