Group
Extension

Matches 1

OPM-Maker ( P/PE/PERLSRVDE/OPM-Maker-1.17.tar.gz, PERLSRVDE, 2022; MetaCPAN )
OPM-Maker/lib/OPM/Maker/Command/info.pm ( view source; MetaCPAN )
on info about opmbuild commands

use Carp qw(croak);
use OPM::Maker -command;
use HTTP::Tiny;
use JSON::PP;

sub abstract {
    return "show version info about opmbuild commands";
}

sub opt_spec {
  
  my $json     = _json( $module, $module->VERSION() );
            my $response = $ua->post(
                'https://fastapi.metacpan.org/v1/file/_search', {
                    content => $json,
   
rom_json( $response->{content} );

            next CMD if !$dist;

            print sprintf "  dist: %s\n  dist-version: %s\n", $dist, $version;
        }
    }
}

sub _from_json {
    my ($json) = 

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