The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::FluidDB::Base - The base class of all remote resources

SYNOPSIS

 my $fdb = $tag->fdb;

DESCRIPTION

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.

USAGE

Class methods

All remote resources require a fdb named argument in their constructors, which comes from this class:

    my $tag = Net::FluidDB::Tag->new(fdb => $fdb, ...);

Instance Methods

$base->fdb

Returns the Net::FluidDB instance used to communicate with FluidDB.

AUTHOR

Xavier Noria (FXN), <fxn@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2010 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.