Re: Fix for Cache::Memcached breakage w/ unix domain support caused by IPv6 changes.

2010-02-20 Thread Nathan Neulinger
o the spurious warnings it generates. -- Nathan On Feb 10, 8:51 am, Nathan Neulinger wrote: > I just happened to bump up one of my boxes to latest Cache::Memcached > version from CPAN and noticed that it breaks unix domain socket support - or > rather, dumps a warning. Here's a fix -

[PATCH] Fix for Cache::Memcached breakage w/ unix domain support caused by IPv6 changes.

2010-02-10 Thread Nathan Neulinger
I just happened to bump up one of my boxes to latest Cache::Memcached version from CPAN and noticed that it breaks unix domain socket support - or rather, dumps a warning. Here's a fix - it just moves some udp/tcp specific code into the non-unixdomain code block. Technically, to resolve this warni