watch_read is not the problem - $socket is undefined at the point
watch_read is called:
my $socket = Danga::Socket->DescriptorMap->{3};
$socket->watch_read(0);
So the test is assuming that file descriptor 3 was used for the socket,
which will generally be true. But it's quite an assumption.
The same problem was mentioned in Red Hat's bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=246356
They decided to remove the test.
--
Tim Retout <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]