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

use ExtUtils::MakeMaker;

WriteMakefile( NAME         => 'DateTime::Incomplete',
               VERSION_FROM => 'lib/DateTime/Incomplete.pm',
               AUTHOR       => 'Flavio S. Glock <fglock@pucrs.br>',
               ABSTRACT     => 'Incomplete DateTime objects',

               PREREQ_PM    => { 'DateTime' => 0,
                                 'DateTime::Set' => 0.1401,
				 'DateTime::Event::Recurrence' => 0,
                                 'Test::More'  => 0,
                               },
             );