Group
Extension

Matches 4

Daemonise ( L/LE/LEV/Daemonise-2.13.tar.gz, LEV, 2020; MetaCPAN )
Daemonise/lib/Daemonise/Plugin/Redis.pm ( view source; MetaCPAN )
MessagePack does not allow perl objects, but we appear
            # to have Types::Serialiser in JSON structures
            $scalar = encode_base64(nfreeze($data));
        }
    }

    $self->redis
Daemonise ( L/LE/LEV/Daemonise-2.13.tar.gz, LEV, 2020; MetaCPAN )
Daemonise/lib/Daemonise/Plugin/HipChat.pm ( view source; MetaCPAN )
,
    lazy    => 1,
    default => sub {
        'https://api.hipchat.com/v1/rooms/message?format=json&auth_token=';
    },
);


has 'hipchat_token' => (
    is       => 'rw',
    isa      => 'Str',
 
Daemonise ( L/LE/LEV/Daemonise-2.13.tar.gz, LEV, 2020; MetaCPAN )
Daemonise/lib/Daemonise/Plugin/RabbitMQ.pm ( view source; MetaCPAN )
TRACT: Daemonise RabbitMQ plugin

use Net::AMQP::RabbitMQ 2.300000;
use Carp;
use JSON;
use Try::Tiny;


our $js = JSON->new;
$js->utf8;
$js->allow_blessed;
$js->convert_blessed;
$js->allow_nonref;


ot consumer tag: " . $tag) if $self->debug;
    }

    my $props = { content_type => 'application/json' };
    $props->{reply_to} = $reply_to if defined $reply_to;

    # If the queue we're sending to
     if $self->debug;

    my $json = $js->encode($hash);
    utf8::encode($json);

    try {
        $self->mq->publish($self->rabbit_channel,
            $queue, $json, $options, $props);
    }
    
Daemonise ( L/LE/LEV/Daemonise-2.13.tar.gz, LEV, 2020; MetaCPAN )
Daemonise/lib/Daemonise/Plugin/KyotoTycoon.pm ( view source; MetaCPAN )
MessagePack does not allow perl objects, but we appear
            # to have Types::Serialiser in JSON structures
            $scalar = encode_base64(nfreeze($data));
        }
    }

    $expire //= 

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