perl-Couchbase-Client
perl-Couchbase-Client copied to clipboard
Perl Client for Couchbase
=head1 NAME
Couchbase::README - README for Couchbase
=head1 Introduction
Couchbase is a Perl client for Couchbase (http://www.couchbase.org). This
I
Installing this module depends on the C
Using this library will mainly deal with the LCouchbase::Bucket class, so have a look there!
=head1 SUPPORT
Support for this module is provided by the author. You can find him on
the C<#libcouchbase> IRC channel on the freenode network under the name
C
You can also try to file a bug in the github repository (Lhttps://github.com/mnunberg/perl-Couchbase-Client).
=head1 CONTRIBUTING
This module is primarily authored in XS. The C
To run the tests you will need a copy of C<CouchbaseMock.jar> in the C<t/tmp> directory. You may obtain this by glancing into the source code of libcouchbase itself and downloading from the URL. Here's an example from the 2.4.2 version: Lhttps://github.com/couchbase/libcouchbase/blob/2.4.2/Makefile.am#L241