X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FPod.pm;h=e338459b586e87a5732fe28ad00ec9a4fdf9403d;hp=d532b40a6788b6714832342ddc88defdf1103d56;hb=1c872700aed472f8411c8b4fb6fb72fdb5986097;hpb=4cf681c88b58f4073dd657ed00ef50f6de9ce4da diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index d532b40..e338459 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,4 @@ -# $Id: Pod.pm,v 1.14 2006-07-18 11:43:55 mike Exp $ +# $Id: Pod.pm,v 1.15 2006-07-18 13:45:36 mike Exp $ package ZOOM::Pod; @@ -277,8 +277,9 @@ sub wait { my $res = 0; - my @conn; - foreach my $conn (@{ $this->{conn} }) { + my(@conn, @imap); + foreach my $i (0 .. @{ $this->{conn} }-1) { + my $conn = $this->{conn}->[$i]; if (!$conn->option("pod_omit")) { push @conn, $conn; } else {