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

WriteMakefile(
    NAME          => 'Data::RandomKeep',
    VERSION_FROM  => 'lib/Data/RandomKeep.pm',
    PREREQ_PM     => {
        Test::Usage => 0,
    },
    ABSTRACT_FROM  => 'lib/Data/RandomKeep.pm',
    AUTHOR         => 'Luc St-Louis <lucs@cpan.org>',
);