I cannot understand what your problem.
And Test::TCP is an important module in the CPAN tool chain. A lot of modules are depended to
this module. And it's very stable. I *never* bundle Test::UDP for Test::TCP module.
I don't want to maintain Test::UDP part, since I don't use it and I cannot understand why it's
needed.
But you can release Test::UDP in another distribution by you.
Thanks.
On Thu Oct 25 09:07:03 2012, BBYRD wrote:
Show quoted text> You can still run a listener on UDP, and that listener can conflict with
> one already in place.
>
> For example, I have a test that brings up a syslog daemon on a random UDP
> port on localhost. But, I want to make sure that the random port isn't
> being used by other daemons on the box. Or even CPAN bots running my test
> on multiple Perl platforms.