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

use ExtUtils::MakeMaker;

WriteMakefile(
    AUTHOR              => 'Kang-min Liu (gugod@gugod.org)',
    ABSTRACT            => 'Retrieve infromation from SourceForge site',
    NAME                => 'WWW::SourceForge',
    VERSION             => '0.09',
    DISTNAME            => 'WWW-SourceForge',
    PREREQ_PM           => {
        'WWW::Mechanize'     => '0',
	'HTML::TableExtract' => '0',
	'YAML' => '0',
    },
    dist                => {
        COMPRESS        => 'gzip -9',
        SUFFIX          => '.gz',
    },
);