NAME

Memcached::libmemcached::Changes - List of significant changes

As of $Date: 2008-01-08 15:54:15 +0000 (Tue, 08 Jan 2008) $ $Revision: 102 $

Changes in 0.1402 (svn r102) 27th Jan 2008

Added tracing via PERL_LIBMEMCACHED_TRACE env var.
Added perl callbacks for get and set.
Added many more functions and improved the docs.
Reenable perl 5.006 as we supply our own xsubpp now.

Changes in 0.1401

Added memcached_errstr and related $memc state management.
Changes functions to return simple boolean code.
Added memcached_replace, memcached_cas
More tests.

Changes in 0.1308

Includes libmemcached-0.14
memcached_return values are now boolean (true, defined false, or undef)
Added memcached_errstr($memc) to access last error code and string.
Bundle xsubpp to avoid problems interfacing with our custom ParseXS.

Changes in 0.1307

Min perl version now 5.008 due to XS length(other_arg) syntax.