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

WriteMakefile(
    NAME          => 'Math::Random::MT',
    OBJECT        => 'MT.o _mt.o',
    VERSION_FROM  => 'MT.pm',
    ABSTRACT_FROM => 'MT.pm',
    AUTHOR        => 'Abhijit Menon-Sen',
    PREREQ_PM     => {
        'Test::More'          => 0,
        'Test::Number::Delta' => 0,
                     },
    LICENSE       => 'bsd',
);