NAME
WWW::SourceForge - Retrieve infromation from SourceForge site.
SYNOPSIS
use WWW::SourceForge::Project; use Data::Dumper;
my $proj = WWW::SourceForge::Project->new('gaim');
my @top10 = $proj->most_active; my @top100 = $proj->active_list(100);
DESCRIPTION
This module help you to retrive Project information from sourceforge site.
So far the module itself is useless, all function is in WWW::SourceForge::Project.
new()
Return an WWW::SourceForge project.
most_active($self)
This method retrive top 10 project in the active list.
active_list($self,$n)
This method retrive top-n projects in the most active list.
COPYRIGHT
Copyright 2003 by Kang-min Liu <gugod@gugod.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>