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

WriteMakefile (
   NAME         => 'Test::Extreme',
   VERSION_FROM => 'Extreme.pm',
   AUTHOR       => 'Asim Jalis',
   ABSTRACT     => 'A perlish unit testing framework',
   PREREQ_PM	=> { 'Carp' => 0, 'Exporter' => 0, },
);