The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
 NAME         => 'DBIx-Array',
 VERSION_FROM => 'lib/DBIx/Array.pm',
 AUTHOR       => 'Michael R. Davis (domain=>stopllc,tld=>com,account=>mdavis)',
 ABSTRACT_FROM=> 'lib/DBIx/Array.pm',
 PREREQ_PM    => {
               'DBI'                     => 0,
               'Test::Simple'            => 0,    #for Test::More
               'DBD::CSV'                => 0,    #for tests
                 },
);