I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2008-09-09 09:06:24-07
by bookin response to 8769
Re: t23connect.t fails
Yes, this test is giving me a hard time.
I suspect that I have some kind of race condition somewhere.
Replacing sleep 1 with sleep 2 in the test code fixed it on my machine, but maybe it's not enough for busy systems like the cpan testers?
-- BooK