[libmessage-passing-zeromq-perl] 26/78: Pod fixes

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:21 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 6c8e509c1ac56c8066e630a50987fada0b7fa4ba
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Mar 21 22:18:26 2012 +0000

    Pod fixes
---
 lib/Log/Stash/ZeroMQ/Role/HasASocket.pm |   23 +++++++++++++++++++++--
 t/author/spelling.t                     |    3 +++
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm b/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
index 6967d31..c5e4401 100644
--- a/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
+++ b/lib/Log/Stash/ZeroMQ/Role/HasASocket.pm
@@ -73,16 +73,35 @@ has connect => (
 
 =head1 NAME
 
-Log::Stash::ZeroMQ::HasASocket - Role for instances which have a ZMQ socket.
+Log::Stash::ZeroMQ::HasASocket - Role for instances which have a ZeroMQ socket.
 
 =head1 ATTRIBUTES
 
+=head2 socket_bind
+
+Bind a server to an address.
+
+=head2 connect
+
+Connect to a server.
+
+=head2 socket_type
+
+PUB/SUB/PUSH/POLL
+
 =head2 linger
 
-Bool indicating the value os the ZMQ_LINGER options.
+Bool indicating the value of the ZMQ_LINGER options.
 
 Defaults to 0 meaning sockets are lossy, but will not block.
 
+=head1 METHODS
+
+=head2 setsockopt
+
+For wrapping by sub-classes to set options after the socket
+is created.
+
 =head1 SPONSORSHIP
 
 This module exists due to the wonderful people at
diff --git a/t/author/spelling.t b/t/author/spelling.t
index fc29d71..b09ecd0 100644
--- a/t/author/spelling.t
+++ b/t/author/spelling.t
@@ -4,6 +4,9 @@ use Test::More;
 use Test::Spelling;
 
 add_stopwords(qw(
+    setsockopt
+    SureVoIP
+    VoIP
     lossy
     ZeroMQ's
     Starman

-- 
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