Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Net::FluidDB::User - FluidDB users
SYNOPSIS
use Net::FluidDB::User;
$user = Net::FluidDB::User->get($fdb, $username);
$user->name;
DESCRIPTION
Net::FluidDB::User models FluidDB users.
USAGE
Inheritance
Net::FluidDB::User
is a subclass of Net::FluidDB::Base.
Roles
Net::FluidDB::User
consumes the role Net::FluidDB::HasObject.
Class methods
- Net::FluidDB::User->get($fdb, $username)
-
Retrieves the user with username
$username
from FluidDB.Net::FluidDB
provides a convenience shortcut for this method.
Instance Methods
FLUIDDB DOCUMENTATION
AUTHOR
Xavier Noria (FXN), <fxn@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 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.