| Net-FluidDB documentation | view source | Contained in the Net-FluidDB distribution. |
Net::FluidDB::Base - The base class of all remote resources
my $fdb = $tag->fdb;
Net::FluidDB::Base is the root class in the hierarchy of remote resources.
They need an instance of Net::FluidDB to be able to communicate with
FluidDB.
You don't usually need this class, only the interface its children inherit.
All remote resources require a fdb named argument in their constructors,
which comes from this class:
my $tag = Net::FluidDB::Tag->new(fdb => $fdb, ...);
Returns the Net::FluidDB instance used to communicate with FluidDB.
Xavier Noria (FXN), <fxn@cpan.org>
Copyright (C) 2009-2011 Xavier Noria
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
| Net-FluidDB documentation | view source | Contained in the Net-FluidDB distribution. |