From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

new

Usage:
my $user = new WWW::SourceForge::User( username => 'rbowen' );
Returns: WWW::SourceForge::User object;

projects

Returns an array of Project objects

Data access AUTOLOADER

Handles most of the data access for the Project object. Some parts of the data require special treatment.

NAME

WWW::SourceForge::User - SourceForge user objects

SYNOPSIS

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/

DESCRIPTION

Implements a Perl interface to SourceForge users. See http://sourceforge.net/p/forge/documentation/API/

USAGE

my $user = WWW::SourceForge::User->new( username => 'rbowen' );
print $user->timezone;
print Dumper( $user->projects );

BUGS

None

SUPPORT

http://sourceforge.net/p/sfprojecttools/tickets/

AUTHOR

Rich Bowen
CPAN ID: RBOW
SourceForge
rbowen@sourceforge.net

COPYRIGHT

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.

SEE ALSO

perl(1).