Changeset 827
- Timestamp:
- 09/22/09 05:29:08 (2 months ago)
- Location:
- trunk/api/perl
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/perl/ChangeLog
r823 r827 1 2009-09-22: version 1.27 2 1 3 * Fix get() with utf-8 keys (athomason) 2 4 -
trunk/api/perl/MANIFEST
r809 r827 12 12 t/04_noreply.t 13 13 t/05_reconnect_timeout.t 14 t/06_utf8_key.t 14 15 t/100_flush_bug.t -
trunk/api/perl/lib/Cache/Memcached.pm
r820 r827 37 37 38 38 use vars qw($VERSION $HAVE_ZLIB $FLAG_NOSIGNAL); 39 $VERSION = "1.2 6";39 $VERSION = "1.27"; 40 40 41 41 BEGIN {
