
WWW::Source::Project - A class presenting sourceforge projects.

use strict; use WWW::SourceForge::Project; use Data::Dumper;
my $pname = 'gaim';
my $proj = WWW::SourceForge::Project->new($pname);
print Dumper $proj->Member;

This object use WWW::Mechanize to grab any informations of a project from sourceforge website.

Return an object of project with given unixname.
Return a list, or arrayref, of member objects who are project administrators.
Return a hashref of all project members. Organized as
$pm->{<Position>}->{<field>}
Fetch and save the cvs repository tarball into current working directory.