Changeset 4565
- Timestamp:
- 01/13/08 23:59:20 (5 years ago)
- Location:
- lang/perl/Cache-Memcached-LibMemcached/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Cache/Memcached/LibMemcached.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Cache-Memcached-LibMemcached/trunk/Changes
r4558 r4565 1 1 Changes 2 2 ======= 3 4 0.00004 - 13 Jan 2008 5 - No code change. 6 - Note in POD what the differences between other memcached clients are. 7 rt #32277 8 - Update tools/benchmark.pl to include the following: 9 * comparisons between get() for small scalar, complex data structures, 10 and compressed data 11 * comparisons between set() for small scalar, complex data structures, 12 and compressed data 3 13 4 14 0.00003 - 13 Jan 2008 -
lang/perl/Cache-Memcached-LibMemcached/trunk/lib/Cache/Memcached/LibMemcached.pm
r4560 r4565 15 15 BEGIN 16 16 { 17 $VERSION = '0.0000 3';17 $VERSION = '0.00004'; 18 18 if ($] > 5.006) { 19 19 require XSLoader; … … 252 252 =head1 VARIOUS MEMCACHED MODULES 253 253 254 Below are the various memcached modules available on CPAN. 255 256 Please check tool/benchmark.pl for a live comparison of these modules. 257 (except for Cache::Memcached::XS, which I wasn't able to compile under my 258 main dev environment) 259 254 260 =head2 Cache::Memcached 255 261
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)