Usage:
my $user = new WWW::SourceForge::User( id => 1234 );
my $user2 = new WWW::SourceForge::User( username => 'rbowen' );
Returns: WWW::SourceForge::User object;
Returns an array of Project objects
Handles most of the data access for the Project object. Some parts of the data
require special treatment.
WWW::SourceForge::User - SourceForge user objects
Uses the SourceForge API to load user details. This is a work in progress, and
the interface will change. Mostly I'm just poking about to see what this needs
to support. Please feel free to play along.
http://sf.net/projects/sfprojecttools/
Implements a Perl interface to SourceForge users. See
http://sourceforge.net/p/forge/documentation/API/
use WWW::SourceForge::User;
my $user = WWW::SourceForge::User->new( username => 'rbowen' );
print $user->timezone;
print Dumper( $user->projects );
http://sourceforge.net/p/sfprojecttools/tickets/
Rich Bowen
CPAN ID: RBOW
SourceForge
rbowen@sourceforge.net
http://sf.net
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
The full text of the license can be found in the LICENSE file
included with this module.