We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ac683 commit 6c4fa3fCopy full SHA for 6c4fa3f
ChangeLog
@@ -1,3 +1,5 @@
1
+2009-09-22: version 1.27
2
+
3
* Fix get() with utf-8 keys (athomason)
4
5
* "stats malloc" command is gone in 1.4; remove those tests (athomason)
MANIFEST
@@ -11,4 +11,5 @@ t/02_keys.t
11
t/03_stats.t
12
t/04_noreply.t
13
t/05_reconnect_timeout.t
14
+t/06_utf8_key.t
15
t/100_flush_bug.t
lib/Cache/Memcached.pm
@@ -36,7 +36,7 @@ use constant F_COMPRESS => 2;
36
use constant COMPRESS_SAVINGS => 0.20; # percent
37
38
use vars qw($VERSION $HAVE_ZLIB $FLAG_NOSIGNAL);
39
-$VERSION = "1.26";
+$VERSION = "1.27";
40
41
BEGIN {
42
$HAVE_ZLIB = eval "use Compress::Zlib (); 1;";
0 commit comments