The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'WWW::Sucksub::Extratitles',
    AUTHOR              => 'Timothée foucart <timothee.foucart@apinc.org>',
    VERSION_FROM        => 'lib/WWW/Sucksub/Extratitles.pm',
    ABSTRACT_FROM       => 'lib/WWW/Sucksub/Extratitles.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => '>=0.5',
        'WWW::Mechanize' => '>= 1.2',
        'DB_File'=> '>= 1.8',
        'HTTP::Cookies' => '>= 1.3',
	  'Carp' => '>= 1.0',
	  'Alias' => '>=2.3',
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'WWW-Sucksub-Extratitles-*' },
);