On Mon, Sep 06, 2010 at 02:58:36PM +0100, Paul LeoNerd Evans wrote:

> I currently don't have a good name for a module I'd like to write, ...
> 
> We have IO::Socket::INET. It wraps PF_INET, thus maknig it IPv4 only.
> 
> We have IO::Socket::INET6. It wraps either PF_INET or PF_INET6, despite
> its name. It also uses Socket6, thus restricting it to only working on
> machines capable of supporting IPv6.
> 
> I'd therefore like to propose a new IO::Socket module [that does both]
> 
>   use IO::Socket::YourNameHere;
> 
> Can anyone suggest me a better module name for this?

IO::Socket::TCP?

IO::Socket::INETandINET6?

-- 
David Cantrell | Cake Smuggler Extraordinaire

Reply via email to