Group
Extension

Matches 1

madeye ( T/TO/TOKUHIROM/madeye-0.11.tar.gz, TOKUHIROM, 2013; MetaCPAN )
madeye/lib/App/MadEye/Plugin/Notify/Nakanobu.pm ( view source; MetaCPAN )
Nakanobu;
use strict;
use warnings;
use base qw/Class::Component::Plugin/;
use JSON::RPC::Common::Marshal::HTTP;
use JSON::RPC::Common::Procedure::Call;
use YAML ();
use LWP::UserAgent;
use Text::Trun
 my ($method, $params, $entry_url, $timeout) = @_;

    my $marshal = JSON::RPC::Common::Marshal::HTTP->new();
    my $call = JSON::RPC::Common::Procedure::Call->new(
        method  => $method,
     

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