
Net::CouchDb::Document - Represent a CouchDb document

Version 0.01

Provides an object oriented interface to the CouchDb REST/JSON API.

Creates a new instance of a document, the ID and fields are optional.
Getter/setter for the ID.
Getter/setter for the revision.
This object provides an autoloaded method for any parameter that is set, therefore any field can be set like so:
$doc->foo = "bar";

David Leadbeater, <dgl at dgl dot cx>

Copyright 2007 David Leadbeater, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.