X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FPod.pm;h=df8e2ad8003767f39256ba3261b0ef326c01edee;hb=8b511802f4f0dcc9955dc23703020d94c1a10396;hp=f24157b68f533add6116fc97eaea11d6575ecaed;hpb=07d64fc4a987eda91fcf71b5acccac8476ca348e;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index f24157b..df8e2ad 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,4 @@ -# $Id: Pod.pm,v 1.17 2006-07-21 11:25:43 mike Exp $ +# $Id: Pod.pm,v 1.19 2006-09-26 08:52:21 mike Exp $ package ZOOM::Pod; @@ -8,7 +8,7 @@ use warnings; use ZOOM; BEGIN { - # Just register the name + # Just register the names: this doesn't turn the levels on ZOOM::Log::mask_str("pod"); ZOOM::Log::mask_str("pod_unhandled"); } @@ -295,6 +295,7 @@ sub wait { } } + last if @conn == 0; my $i0 = ZOOM::event(\@conn); last if $i0 == 0; my $i = 1+$idxmap[$i0-1];