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 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 spurious warnings it generates. > > -- Nathan > > On Feb 10, 8:51 am, Nathan Neulinger <[email protected]> > 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 - it just moves some udp/tcp specific > > code into the non-unixdomain code block. > > > > Technically, to resolve this warning, only the IPv6 line needs to be moved, > > but there's no point in having the pattern match and proto lookup run > > outside the block since they aren't used, and putting inside the block > > doesn't change code path for non unixdomain sockets. > > > > Thanks! > > > > -- Nathan > > > > mc-ipv6-unixdomain.diff > > 2KViewDownload >
