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

2010-02-20 Thread Nathan Neulinger
Haven't heard anything back on this... any chance of getting this patch applied to the CPAN perl module for memcached? Brad indicates that he no longer maintains it and to ask here about getting the patch applied. As it currently stands, the module breaks web applications that use it due to the

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

2010-02-20 Thread dormando
Er, I'm heading out the door atm, I'll get it when I get back in a few hours. Thanks for the patch! On Sat, 20 Feb 2010, Nathan Neulinger wrote: Haven't heard anything back on this... any chance of getting this patch applied to the CPAN perl module for memcached? Brad indicates that he no

[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