Changeset 559

Show
Ignore:
Timestamp:
05/16/07 05:10:48 (2 years ago)
Author:
ask
Message:

- fix broken Cache::Memcached link
- s/CVS/Subversion/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/website/apis.bml

    r483 r559  
    55<?h1 Perl API h1?> 
    66 
    7 <p> An object-oriented Perl module can be found on CPAN as <tt>Cache::Memcached</tt> or downloaded here.</p> 
    8 <ul> 
    9 <li><a href="dist/Cache-Memcached-1.14.tar.gz">Cache-Memcached-1.14.tar.gz</a>, GPL/Artistic. 
    10 [<a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/ChangeLog">ChangeLog</a>] 
    11 </ul> 
     7<p> An object-oriented Perl module can be <a href="http://search.cpan.org/dist/Cache-Memcached/">found 
     8on CPAN</a> as <tt>Cache::Memcached</tt> or <a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/"> 
     9in Subversion</a> (<a href="http://code.sixapart.com/svn/memcached/trunk/api/perl/ChangeLog">ChangeLog</a>). 
     10(GPL/Artistic)</p> 
    1211 
    13 <p>The API takes advantage of the server's opaque flag support and 
     12<p>The Perl API takes advantage of the server's opaque flag support and 
    1413sets its "complex" flag whenever the object being stored or retrieved 
    1514isn't a plain scalar.  In that case, the <tt>Storable</tt> module is 
     
    7170hashing across multiple servers, based on the key, or an optional 
    7271caller-provided hashing value.  Feel free to join the mailing list (or 
    73 mail me directly) for help, inclusion in CVS, and/or a link to your 
     72mail me directly) for help, inclusion in Subversion, and/or a link to your 
    7473client from this site.</p> 
    7574