Skip Menu |

This queue is for tickets about the Cache-Memcached-Fast CPAN distribution.

Report information
The Basics
Id: 59827
Status: new
Priority: 0/
Queue: Cache-Memcached-Fast

People
Owner: Nobody in particular
Requestors: BUNDACIA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.17
Fixed in: (no value)



Subject: get return value in list context inconsistent with Cache::Memcached on cache miss
This isn't critical, but more on an FYI. The get method in Cache::Memcached return undef on a cache miss, even in list context. The get method in Cache::Memcached::Fast returns the empty list in list context on a cache miss. This caused one of our tests to break when we switched from Cache::Memcached to Cache::Memcached::Fast. It was simple for us to change the test to work with ::Fast, but I thought I'd bring it to your attention so it doesn't surprise anybody else. -bundacia