Patches for Perl binding

Garrett, Philip (MAN-Corporate) Philip.Garrett@cox.com
Wed, 26 May 2004 14:06:16 -0400


Hi,

When will the patched version be on CPAN?

Thanks,
Philip


> [snip]
> 
> Dave, applying this patch.  Thanks!
> 
> - Brad
> 
> 
> On Fri, 19 Mar 2004, Dave Evans wrote:
> 
> > Hello,
> >
> > Please find attached for your consideration two patches for the Perl
> > binding (Cache::Memcached).
> >
> > "perl56compat.patch" provides Perl 5.6 compatibility, simply by
> > using $!==EWOULDBLOCK (etc) instead of the Perl-5.8-specific
> > construct $!{EWOULDBLOCK}.  I haven't tested it on Perls earlier
> > than 5.6, but it made the difference for 5.6.1.
> >
> > "undef.patch" initialises two variables before calling select(),
> > thus fixing the "use of uninitialised value" errors which
> > previously often occurred (assuming warnings were enabled).
> >
> > Bye,
> >
> > --
> > Dave
> >
> > PGP key: http://rudolf.org.uk/pgpkey
> >
>