Group
Extension

Matches 2

IxNetwork ( D/DG/DGALAN/IxNetwork-9.01.tar.gz, DGALAN, 2019; MetaCPAN )
IxNetwork/lib/IxNetwork/checkDependencies.pm ( view source; MetaCPAN )
   my $ret = eval {
        require JSON::PP;
        JSON::PP->import();
        1; 
    };
    if (!$ret and $@) {
        push(@missingDependencies, "JSON::PP");
    }
    my $ret = eval {
IxNetwork ( D/DG/DGALAN/IxNetwork-9.01.tar.gz, DGALAN, 2019; MetaCPAN )
IxNetwork/lib/IxNetwork/IxNetworkSecure.pm ( view source; MetaCPAN )
pendenciespath;
use IO::Socket::SSL;
use LWP::UserAgent;
use Protocol::WebSocket::Client;
use JSON::PP;
use URI::Escape;
use constant NL => "\r\n";

package IxNetworkSecure;

=head1 new
=cu
hift; defined($arg) ? $arg : 0 };
    my $json = JSON::PP->new->utf8;

    $self->_log("$method $url\n");

    my $response = undef;
    my $returnJson = 1;
    if (ref($payload) && defined $pa
lose $fid;
            } elsif (defined $payload->{file_content}) {
                $content = $json->encode($payload->{file_content});
                $content_length = length($content);
        

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