On Fri, 10 Jul 2009 08:02:55 +0200, dormando <[email protected]> wrote:

I'm pleased to announce the latest stable milestone for memcached, 1.4.0!
[...]
Please deploy this software and let us know how it goes for you.

Will try :)

In the meanwhile, here's a stupid patch that fixes a trivial warning
in the test suite. All tests pass.


diff -Naur memcached-1.4.0/t/binary.t memcached-1.4.0-cosimo/t/binary.t
--- memcached-1.4.0/t/binary.t  2009-07-09 16:43:42.000000000 +0000
+++ memcached-1.4.0-cosimo/t/binary.t   2009-07-10 08:43:27.000000000 +0000
@@ -172,7 +172,7 @@
ok($@ && $...@->delta_badval, "Expected invalid value when incrementing text.");
     $check->('issue48', 0, "text");

-    my $rv =()= eval { $mc->decr('issue48'); };
+    $rv =()= eval { $mc->decr('issue48'); };
ok($@ && $...@->delta_badval, "Expected invalid value when decrementing text.");
     $check->('issue48', 0, "text");
 }


--
Cosimo

Reply via email to