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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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