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::Fluidinfo::User - Fluidinfo users
SYNOPSIS
use Net::Fluidinfo::User;
$user = Net::Fluidinfo::User->get($fin, $username);
$user->name;
DESCRIPTION
Net::Fluidinfo::User models Fluidinfo users.
USAGE
Inheritance
Net::Fluidinfo::User
is a subclass of Net::Fluidinfo::Base.
Roles
Net::Fluidinfo::User
consumes the role Net::Fluidinfo::HasObject.
Class methods
- Net::Fluidinfo::User->get($fin, $username)
-
Retrieves the user with username
$username
from Fluidinfo.Net::Fluidinfo
provides a convenience shortcut for this method.
Instance Methods
FLUIDINFO DOCUMENTATION
AUTHOR
Xavier Noria (FXN), <fxn@cpan.org>
COPYRIGHT AND LICENSE
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.