The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::SourceForge - Retrive infromation from SourceForge site.

SYNOPSIS

use WWW::SourceForge::Project; use Data::Dumper;

my $proj = WWW::SourceForge::Project->new('gaim');

print Dump $proj;

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.

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>