Group
Extension

Matches 1

Pinto-Remote-SelfContained ( B/BL/BLHOTSKY/Pinto-Remote-SelfContained-1.999-TRIAL.tar.gz, BLHOTSKY, 2022; MetaCPAN )
Pinto-Remote-SelfContained/lib/Pinto/Remote/SelfContained/Action.pm ( view source; MetaCPAN )
# hide from PAUSE
# ABSTRACT: base class for remote Actions

use v5.10;
use Moo;

use JSON::MaybeXS qw(encode_json);
use Pinto::Remote::SelfContained::Request;
use Pinto::Remote::SelfContained::Result
e,
        quiet   => $self->chrome->quiet,
    };

    return { name => 'chrome', data => encode_json($chrome_args) };
}

sub _pinto_args {
    my ($self) = @_;

    my $pinto_args = {
        userna
 'pinto', data => encode_json($pinto_args) };
}

sub _action_args {
    my ($self) = @_;

    my $action_args = $self->args;

    return { name => 'action', data => encode_json($action_args) };
}

sub

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