Group
Extension

Matches 1

App-ThisDist ( P/PE/PERLANCAR/App-ThisDist-0.024.tar.gz, PERLANCAR, 2025; MetaCPAN )
App-ThisDist/lib/App/ThisDist.pm ( view source; MetaCPAN )
   for my $file ("MYMETA.json", "META.json") {
                next unless -f $file;
                log_debug "Found distribution metadata $file";
                require JSON::PP;
                my
 $content = File::Slurper::read_text($file);
                my $meta = JSON::PP::decode_json($content);
                if ($meta && ref $meta eq 'HASH' && defined $meta->{name}) {
                  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.