[libmessage-passing-zeromq-perl] 54/78: No idea why this is needed, but it stops us blocking / freezing
    Jonas Smedegaard 
    js at alioth.debian.org
       
    Mon Sep 30 09:28:26 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 b04d1760e0e8ac66f47322f3d35b92947b694a68
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Jul 15 11:13:41 2012 +0100
    No idea why this is needed, but it stops us blocking / freezing
---
 t/pushpull.t |    1 +
 1 file changed, 1 insertion(+)
diff --git a/t/pushpull.t b/t/pushpull.t
index 3faac98..9252cfe 100644
--- a/t/pushpull.t
+++ b/t/pushpull.t
@@ -25,6 +25,7 @@ my $t; $t = AnyEvent->timer(
     after => 1,
     cb => sub {
         $output->consume({});
+        diag "Outer callback";
         $t = AnyEvent->timer(after => 1, cb => sub { $cv->send });
     },
 );
-- 
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