WWW::SourceForge - Retrieve infromation from SourceForge site.


WWW-SourceForge documentation  | view source Contained in the WWW-SourceForge distribution.

Index


NAME

Top

WWW::SourceForge - Retrieve infromation from SourceForge site.

SYNOPSIS

Top

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

Top

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

Top


WWW-SourceForge documentation  | view source Contained in the WWW-SourceForge distribution.