/usr/local/CPAN/DateTime-Event-Random/Makefile.PL


use strict;

use ExtUtils::MakeMaker;

    WriteMakefile( NAME         => 'DateTime::Event::Random',
                   VERSION_FROM => 'lib/DateTime/Event/Random.pm',
                   AUTHOR       => 'Flavio S. Glock <fglock@pucrs.br>',
                   ABSTRACT     => 'set of random DateTimes',

                   PREREQ_PM    => { 'DateTime' => 0,
                                     'DateTime::Set' => '0.07',
                                   },
                 );