
WWW::SourceForge - Retrieve infromation from SourceForge site.

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);

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.
Return an WWW::SourceForge project.
This method retrive top 10 project in the active list.
This method retrive top-n projects in the most active list.

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.