[libmessage-passing-zeromq-perl] 57/78: The ZMQ_LINGER sock opt expects an integer
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 09:28:27 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 652afb38b26174a7ef95fd632462aa79492e6d5b
Author: Florian Ragwitz <rafl at debian.org>
Date: Sat Feb 16 11:54:46 2013 -0500
The ZMQ_LINGER sock opt expects an integer
cf. http://api.zeromq.org/2-1:zmq-setsockopt
---
lib/Message/Passing/ZeroMQ/Role/HasASocket.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
index 722eecf..f49cb79 100644
--- a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
+++ b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
@@ -28,8 +28,8 @@ requires '_socket_type';
has linger => (
is => 'ro',
- isa => Bool,
default => sub { 0 },
+ isa => 'Int',
);
sub _build_socket {
--
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