Changeset 4565

Show
Ignore:
Timestamp:
01/13/08 23:59:20 (5 years ago)
Author:
daisuke
Message:

lang/perl/Cache-Memcached-LibMemcached?; ready for 0.00004

Location:
lang/perl/Cache-Memcached-LibMemcached/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Cache-Memcached-LibMemcached/trunk/Changes

    r4558 r4565  
    11Changes 
    22======= 
     3 
     40.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 
    313 
    4140.00003 - 13 Jan 2008 
  • lang/perl/Cache-Memcached-LibMemcached/trunk/lib/Cache/Memcached/LibMemcached.pm

    r4560 r4565  
    1515BEGIN 
    1616{ 
    17     $VERSION = '0.00003'; 
     17    $VERSION = '0.00004'; 
    1818    if ($] > 5.006) { 
    1919        require XSLoader; 
     
    252252=head1 VARIOUS MEMCACHED MODULES 
    253253 
     254Below are the various memcached modules available on CPAN.  
     255 
     256Please 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 
     258main dev environment) 
     259 
    254260=head2 Cache::Memcached 
    255261