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

WriteMakefile(
    'NAME'		   => 'Net::DVDProfiler',
    'VERSION_FROM' => 'lib/Net/DVDProfiler.pm',
    'PREREQ_PM'    => {
		'LWP::Simple'      => 1.36
	}, 
    ($] >= 5.005 ? ( AUTHOR => 'John Resig <jeresig@gmail.com>') : ()),
);