[libmessage-passing-zeromq-perl] 20/78: Document a little

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit a9c88d41f4fd03abbb514ed034251d3ed6e59522
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Mar 5 23:32:22 2012 +0000

    Document a little
---
 lib/Log/Stash/ZeroMQ/Role/HasASocket.pm |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm b/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
index 724593f..5513f36 100644
--- a/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
+++ b/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
@@ -42,6 +42,18 @@ sub _build_socket {
 
 1;
 
+=head1 NAME
+
+Log::Stash::ZeroMQ::HasASocket - Role for instances which have a ZMQ socket.
+
+=head1 ATTRIBUTES
+
+=head2 linger
+
+Bool indicating the value os the ZMQ_LINGER options.
+
+Defaults to 0 meaning sockets are lossy, but will not block.
+
 =head1 SPONSORSHIP
 
 This module exists due to the wonderful people at

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



More information about the Pkg-perl-cvs-commits mailing list