[libmessage-passing-zeromq-perl] 61/78: Fix type related bugs

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:28 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 0ac7c55b61093e396420c6ded251b5c63dd85581
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Feb 25 10:43:04 2013 +0000

    Fix type related bugs
---
 lib/Message/Passing/ZeroMQ/Role/HasASocket.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
index d663fb8..16ca87f 100644
--- a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
+++ b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
@@ -17,7 +17,7 @@ has _socket => (
 
 has socket_builder => (
     is        => 'ro',
-    isa       => 'CodeRef',
+    isa       => CodeRef,
     predicate => '_has_socket_builder',
 );
 
@@ -35,7 +35,7 @@ requires '_socket_type';
 has linger => (
     is => 'ro',
     default => sub { 0 },
-    isa => 'Int',
+    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