Group
Extension

Matches 2

App-cryp-mn ( P/PE/PERLANCAR/App-cryp-mn-0.004.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-cryp-mn/lib/App/cryp/Masternode/bulwark.pm ( view source; MetaCPAN )


use 5.010001;
use strict;
use warnings;
use Log::ger;

use IPC::System::Options qw(system);
use JSON::MaybeXS;
use String::ShellQuote;

use Role::Tiny::With;
with 'App::cryp::Role::Masternode';

sub
d;
                eval { $output_decoded = JSON::MaybeXS->new->decode($output) };
                if ($@) {
                    log_error "Can't decode JSON output '$output', skipped";
              
App-cryp-mn ( P/PE/PERLANCAR/App-cryp-mn-0.004.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-cryp-mn/lib/App/cryp/Masternode/zcoin.pm ( view source; MetaCPAN )


use 5.010001;
use strict;
use warnings;
use Log::ger;

use IPC::System::Options qw(system);
use JSON::MaybeXS;
use String::ShellQuote;

use Role::Tiny::With;
with 'App::cryp::Role::Masternode';

sub
d;
                eval { $output_decoded = JSON::MaybeXS->new->decode($output) };
                if ($@) {
                    log_error "Can't decode JSON output '$output', skipped";
              

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