The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'			=> 'Time::Interval',
    'VERSION_FROM'	=> 'Interval.pm',
    'ABSTRACT_FROM'	=> 'Interval.pod',
    'AUTHOR'		=> 'Andrew N. HIcox <andrew@hicox.com>',
    'PREREQ_PM'		=> {
    	'Date::Parse'	=> '2.20'
    }
);