
WWW::SourceForge - Retrive infromation from SourceForge site.

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

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.

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.